Changeset 2095:1fceb8fc56a6 for inc/core/class.dc.modules.php
- Timestamp:
- 09/25/13 22:04:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.modules.php
r1196 r2095 118 118 if (file_exists($m['root'].'/_prepend.php')) 119 119 { 120 $r = require $m['root'].'/_prepend.php';120 $r = $this->loadModuleFile($m['root'].'/_prepend.php'); 121 121 122 122 # If _prepend.php file returns null (ie. it has a void return statement)
Note: See TracChangeset
for help on using the changeset viewer.