Skip to content

Commit

Permalink
MDL-13101 Correcting the display of non-standard plugins missing from…
Browse files Browse the repository at this point in the history
… disk
  • Loading branch information
nicolasconnault committed Jan 26, 2008
1 parent d7b02b6 commit c860034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adminlib.php
Expand Up @@ -4653,7 +4653,7 @@ function print_plugin_tables() {
$standard = 'standard';
$status = 'warning';

if (!in_array($plugin, $plugins_standard[$cat])) {
if (!in_array($missing_plugin, $plugins_standard[$cat])) {
$standard = 'nonstandard';
}

Expand Down

0 comments on commit c860034

Please sign in to comment.