Dotclear


Ignore:
Timestamp:
08/10/15 15:31:48 (10 years ago)
Author:
Dsls
Branch:
default
Message:

Disable plugins with unmetdependencies, in admin home and plugins.php admin page. See #1842, fixed partially (need to see how to cope with themes now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/plugins.php

    r3018 r3066  
    2525adminModulesList::$distributed_modules = explode(',', DC_DISTRIB_PLUGINS); 
    2626 
     27if ($core->plugins->disableDepModules($core->adminurl->get('admin.plugins',array()))) { 
     28     exit; 
     29} 
     30 
    2731# -- Display module configuration page -- 
    2832if ($list->setConfiguration()) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map