1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 08:34:09 +02:00

Language file optimization and Gui fixes.

This commit is contained in:
Cameron
2013-02-22 22:35:15 -08:00
parent 5b7fed3bef
commit 76ac4b39d5
7 changed files with 92 additions and 93 deletions

View File

@@ -850,7 +850,7 @@ class pluginManager{
}
if($this->action == "avail")
{
$uninstalled = $plugin->getall(0);
$uninstalled = $plugin->getall(0);
$caption = EPL_ADLAN_23;
$pluginRenderPlugin = $this->pluginRenderPlugin($uninstalled);
$button_mode = "install-selected";