Changeset 2288:2685c7d01ec3 for inc/admin
- Timestamp:
- 10/06/13 02:57:53 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2287 r2288 1008 1008 1009 1009 if (!$this->modules->moduleExists($id)) { 1010 $ core->error->add(__('Unknow module ID'));1010 $this->core->error->add(__('Unknow module ID')); 1011 1011 return false; 1012 1012 } … … 1017 1017 1018 1018 if (!file_exists($file)) { 1019 $ core->error->add(__('This module has no configuration file.'));1019 $this->core->error->add(__('This module has no configuration file.')); 1020 1020 return false; 1021 1021 }
Note: See TracChangeset
for help on using the changeset viewer.