mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
e107 class improvement: getMessageHandler() method added (for consistency), getLan() renamed to includeLan()
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Installation file
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/install_.php,v $
|
||||
* $Revision: 1.41 $
|
||||
* $Date: 2009-09-17 13:52:33 $
|
||||
* $Author: e107coders $
|
||||
* $Revision: 1.42 $
|
||||
* $Date: 2009-09-19 15:27:26 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -148,7 +148,7 @@ unset($e107_paths);
|
||||
|
||||
function include_lan($path, $force = false)
|
||||
{
|
||||
return e107::getLan($path, $force);
|
||||
return e107::includeLan($path, $force);
|
||||
}
|
||||
//obsolete $e107->e107_dirs['INSTALLER'] = "{$installer_folder_name}/";
|
||||
|
||||
|
Reference in New Issue
Block a user