mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Code cleanup: deprecated include_lan()
This commit is contained in:
@@ -47,7 +47,7 @@ if (!is_object($tp->e_bb))
|
||||
*/
|
||||
|
||||
// Get language file
|
||||
include_lan(e_PLUGIN.'rss_menu/languages/'.e_LANGUAGE.'_admin_rss_menu.php');
|
||||
e107::includeLan(e_PLUGIN.'rss_menu/languages/'.e_LANGUAGE.'_admin_rss_menu.php');
|
||||
|
||||
// Get template
|
||||
if (is_readable(THEME.'rss_template.php'))
|
||||
|
Reference in New Issue
Block a user