mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
Update methods to load LAN files in Admin Area
(fingers crossed there are no typo's...)
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
*
|
||||
* Image Administration Area
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -53,7 +51,7 @@ if(isset($_POST['submit_cancel_show']))
|
||||
exit();
|
||||
}
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
|
||||
e107::coreLan('image', true);
|
||||
|
||||
if($_GET['action'] == 'dialog')
|
||||
{
|
||||
|
Reference in New Issue
Block a user