Dotclear


Ignore:
Timestamp:
12/17/14 08:19:25 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.7
Message:

dcCKEditor and dcLegacyEditor may be tuned by admin too, not only super-admin, fixes #2018

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcLegacyEditor/index.php

    r2614 r2855  
    1313if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    1414 
    15 $is_super_admin = $core->auth->isSuperAdmin(); 
     15$is_admin = $core->auth->check('admin,contentadmin', $core->blog->id) || $core->auth->isSuperAdmin(); 
     16 
    1617$core->blog->settings->addNameSpace('dclegacyeditor'); 
    1718$dclegacyeditor_active = $core->blog->settings->dclegacyeditor->active; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map