diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-08 14:50:07 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-08 14:51:15 +0200 |
commit | 5251421cc45a39ae42dbd979bac9a3f194dc8533 (patch) | |
tree | f11087ea314c99d32602103a6287a0d53dbee9c9 /program/steps | |
parent | 64bdae829bd613fc041d415abeb39ba83c42a6fb (diff) |
Removed debug code
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/settings/about.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/steps/settings/about.inc b/program/steps/settings/about.inc index 147b9b8bd..657c10bca 100644 --- a/program/steps/settings/about.inc +++ b/program/steps/settings/about.inc @@ -104,7 +104,7 @@ function rcube_plugin_data($name, &$plugins = array()) foreach ($metadata as $key => $path) { $data[$key] = $xpath->evaluate($path); } -console($name); + $plugins[$name] = $data; // dependent required plugins (can be used, but not included in config) @@ -113,7 +113,6 @@ console($name); for ($i=0; $i<$cnt; $i++) { $dn = $deps->item($i)->nodeValue; -console($dn); if (!array_key_exists($dn, $plugins)) { rcube_plugin_data($dn, $plugins); } |