Skip to content

Commit 62cc82b

Browse files
committed
Minor - get_lang commented
1 parent 6e3459b commit 62cc82b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/admin/settings.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@ function handle_plugins()
453453
Display :: display_confirmation_message(get_lang('SettingsStored'));
454454
}
455455

456-
echo get_lang('AvailablePlugins')."<br/><br/>";
456+
//echo get_lang('AvailablePlugins')."<br/>
457+
echo '<br />';
457458

458459
/* We scan the plugin directory. Each folder is a potential plugin. */
459460
$pluginpath = api_get_path(SYS_PLUGIN_PATH);

0 commit comments

Comments
 (0)