Dotclear

Changeset 2288:2685c7d01ec3


Ignore:
Timestamp:
10/06/13 02:57:53 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
default
Message:

Fix wrong call to dcCore instance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.moduleslist.php

    r2287 r2288  
    10081008 
    10091009          if (!$this->modules->moduleExists($id)) { 
    1010                $core->error->add(__('Unknow module ID')); 
     1010               $this->core->error->add(__('Unknow module ID')); 
    10111011               return false; 
    10121012          } 
     
    10171017 
    10181018          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.')); 
    10201020               return false; 
    10211021          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map