Changeset 2855:e9cd0c9d6560 for plugins/dcLegacyEditor/index.php
- Timestamp:
- 12/17/14 08:19:25 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/index.php
r2614 r2855 13 13 if (!defined('DC_CONTEXT_ADMIN')) { return; } 14 14 15 $is_super_admin = $core->auth->isSuperAdmin(); 15 $is_admin = $core->auth->check('admin,contentadmin', $core->blog->id) || $core->auth->isSuperAdmin(); 16 16 17 $core->blog->settings->addNameSpace('dclegacyeditor'); 17 18 $dclegacyeditor_active = $core->blog->settings->dclegacyeditor->active;
Note: See TracChangeset
for help on using the changeset viewer.