-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 2.0.7, 2.1.0
-
Component/s: Frontend (F)
require_once and include_once are mixedly used to include the footer snippet:
require_once 'include/page_footer.php';
include_once('include/page_footer.php');
Furthermore, dirname(_FILE_) is only prepended in some occasions.