Skip to content

Commit

Permalink
Fix warnings and notices on plugin check page.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Feb 2, 2009
1 parent 6280ef3 commit 3659fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adminlib.php
Expand Up @@ -4623,6 +4623,7 @@ function print_plugin_tables() {
foreach($installed_blocks as $block) {
$plugins_installed['blocks'][] = $block->name;
}
$plugins_installed['filter'] = array();

$plugins_ondisk = array();
$plugins_ondisk['mod'] = get_list_of_plugins('mod', 'db');
Expand Down

0 comments on commit 3659fca

Please sign in to comment.