Changeset 3108:9ca47e752bde for inc/core/class.dc.modules.php
- Timestamp:
- 09/30/15 15:00:13 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.modules.php
r3067 r3108 232 232 } 233 233 } 234 235 // Give opportunity to do something before loading context (admin,public,xmlrpc) files 236 // Admin: should register default URLs with this behavior 237 $this->core->callBehavior('coreBeforeLoadingNsFiles',$this->core,$this,$lang); 238 234 239 foreach ($this->modules as $id => $m) 235 240 {
Note: See TracChangeset
for help on using the changeset viewer.