X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2FPlugin%2FEditor.php;h=d018ccf7cec9f16f8df0c0f5f9c27e594df9f9d9;hb=cbe74a8ec6d5f5955fd978f9f1f1b4bc18e6ed9d;hp=e6006b8c3d35f436f8e174e71148cd1aa34b5de1;hpb=279d696bb12b34ba04844563ce0d40c619eec2f6;p=diogenes.git diff --git a/include/Plugin/Editor.php b/include/Plugin/Editor.php index e6006b8..d018ccf 100644 --- a/include/Plugin/Editor.php +++ b/include/Plugin/Editor.php @@ -211,6 +211,11 @@ class Diogenes_Plugin_Editor { // next we add the inactive plugins $plugs = array_merge_recursive($rw_plugs_on, $rw_plugs_off); $page->assign('plugins', $plugs); + // debugging + foreach ($plugs as $p_type => $p_entries) + { + $globals->plugins->log = array_merge($globals->plugins->log, $p_entries); + } // values $page->assign('show_params', $this->show_params);