X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2FPlugin%2FEditor.php;h=d018ccf7cec9f16f8df0c0f5f9c27e594df9f9d9;hb=16807ba08214124b17b1f14226be12cdd646adc1;hp=e6006b8c3d35f436f8e174e71148cd1aa34b5de1;hpb=16e8fac27cb4f25e8fcfcb30358d5486b4d8f809;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);