Skip to content
Snippets Groups Projects
Commit 521f0997 authored by chris's avatar chris
Browse files

correction to non-intrusive plugin manager patch - now uses correct $conf setting name.

darcs-hash:20050825004756-50fdc-e7d1dfffb9a53c6b8dba757e181f83bdf0809ed8.gz
parent 1f01f37d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
function plugin_printCSSJS(){
global $conf;
if (isset($conf['plugin_manager']) && $conf['plugin_manager']) {
if (isset($conf['pluginmanager']) && $conf['pluginmanager']) {
// individual plugin instances of the files swept into one file each
$dir = "lib/plugins/plugin_";
if(@file_exists(DOKU_INC.$dir.'style.css')){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment