Dotclear


Ignore:
Timestamp:
12/19/14 22:23:21 (11 years ago)
Author:
zeiram@…
Branch:
2.7
Message:

Make the dcLegacyEditor setting global on installation of the plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcLegacyEditor/_install.php

    r2706 r2861  
    2020$settings = $core->blog->settings; 
    2121$settings->addNamespace('dclegacyeditor'); 
    22 $settings->dclegacyeditor->put('active', true, 'boolean', 'dcLegacyEditor plugin activated ?', false); 
     22$settings->dclegacyeditor->put('active', true, 'boolean', 'dcLegacyEditor plugin activated ?', false, true); 
    2323 
    2424$core->setVersion('dcLegacyEditor', $version); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map