Changeset 2918:8c110613c240 for inc/core/class.dc.modules.php
- Timestamp:
- 01/16/15 14:59:48 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.modules.php
r2708 r2918 114 114 uasort($this->modules,array($this,'sortModules')); 115 115 116 # Load translation, _prepend and ns_file117 116 foreach ($this->modules as $id => $m) 118 117 { 118 # Load translation and _prepend 119 119 if (file_exists($m['root'].'/_prepend.php')) 120 120 { … … 133 133 $this->core->adminurl->register('admin.plugin.'.$id,'plugin.php',array('p'=>$id)); 134 134 } 135 } 136 foreach ($this->modules as $id => $m) 137 { 138 # Load ns_file 135 139 $this->loadNsFile($id,$ns); 136 140 }
Note: See TracChangeset
for help on using the changeset viewer.