Changeset 17:6fc4226eaebd for inc/core/class.dc.modules.php
- Timestamp:
- 04/27/11 16:30:40 (14 years ago)
- Branch:
- default
- Children:
- 18:3b981ecb888d, 67:a5f9c67df8fe, 126:2be2ac72171e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.modules.php
r0 r17 66 66 $this->ns = $ns; 67 67 68 $disabled = isset($_SESSION['sess_safe_mode']) && $_SESSION['sess_safe_mode'];69 $disabled = $disabled && !get_parent_class($this) ? true : false;70 71 68 foreach ($this->path as $root) 72 69 { … … 90 87 && file_exists($full_entry.'/_define.php')) 91 88 { 92 if (!file_exists($full_entry.'/_disabled') && !$disabled)89 if (!file_exists($full_entry.'/_disabled')) 93 90 { 94 91 $this->id = $entry;
Note: See TracChangeset
for help on using the changeset viewer.