Changeset 2269:125f88684ba4 for inc/admin
- Timestamp:
- 10/04/13 21:54:48 (12 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          inc/admin/lib.moduleslist.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/admin/lib.moduleslist.phpr2261 r2269 845 845 elseif (!empty($_POST['update'])) { 846 846 847 $updated = $this->store->get( );847 $updated = $this->store->get(true); 848 848 if (!isset($updated[$id])) { 849 849 throw new Exception(__('No such module.')); 
Note: See TracChangeset
          for help on using the changeset viewer.
      