Browse Source

Minor - get_lang commented

Julio Montoya 15 years ago
parent
commit
62cc82b404
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/admin/settings.php

+ 2 - 1
main/admin/settings.php

@@ -453,7 +453,8 @@ function handle_plugins()
 		Display :: display_confirmation_message(get_lang('SettingsStored'));
 	}
 
-	echo get_lang('AvailablePlugins')."<br/><br/>";
+	//echo get_lang('AvailablePlugins')."<br/>
+	echo '<br />';
 
 	/* We scan the plugin directory. Each folder is a potential plugin. */
 	$pluginpath = api_get_path(SYS_PLUGIN_PATH);