Changeset 2174:6ed25e45a14e for admin/plugins.php
- Timestamp:
- 09/30/13 21:13:10 (12 years ago)
- Branch:
- dcRepo
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r2171 r2174 71 71 else { 72 72 $module = $core->plugins->getModules($_REQUEST['module']); 73 $module = adminModulesList:: setModuleInfo($_REQUEST['module'], $module);73 $module = adminModulesList::parseModuleInfo($_REQUEST['module'], $module); 74 74 75 75 if (!file_exists(path::real($module['root'].'/_config.php'))) {
Note: See TracChangeset
for help on using the changeset viewer.