mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
Code cleanup: deprecated include_lan()
This commit is contained in:
@@ -23,7 +23,7 @@ class notify
|
||||
|
||||
function __construct()
|
||||
{
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_notify.php');
|
||||
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_notify.php');
|
||||
|
||||
if(empty($this->notify_prefs))
|
||||
{
|
||||
|
Reference in New Issue
Block a user