1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 13:52:35 +02:00

Downloads plugin language file cleanup

This commit is contained in:
Cameron
2015-01-22 22:05:25 -08:00
parent 169ba435d5
commit 2fef44272e
7 changed files with 34 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ if (!e107::isInstalled('download'))
header("location:".e_BASE."index.php");
}
e107::lan('download','download'); // Loads e_PLUGIN.'download/languages/'.e_LANGUAGE.'/download.php'
e107::lan('download',false, true); // Loads e_PLUGIN.'download/languages/'.e_LANGUAGE.'/English_front.php'
require_once(e_PLUGIN.'download/handlers/download_class.php');
require_once(e_PLUGIN.'download/handlers/category_class.php');