mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
typo
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/newforumposts_menu.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/newforumposts_menu.php,v $
|
||||||
* $Revision: 1.10 $
|
* $Revision: 1.11 $
|
||||||
* $Date: 2009-11-18 01:05:36 $
|
* $Date: 2009-11-19 09:37:13 $
|
||||||
* $Author: e107coders $
|
* $Author: marj_nl_fr $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -19,7 +19,7 @@ if (!defined('e107_INIT')) { exit; }
|
|||||||
$e107 = e107::getInstance();
|
$e107 = e107::getInstance();
|
||||||
$gen = new convert;
|
$gen = new convert;
|
||||||
|
|
||||||
include_lan(e_PLUGIN.'forum/languages/English/lan_newforumposts_menu.php');
|
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_newforumposts_menu.php');
|
||||||
include_once(e_PLUGIN.'forum/forum_class.php');
|
include_once(e_PLUGIN.'forum/forum_class.php');
|
||||||
|
|
||||||
$max_age = varset($menu_pref['newforumposts_maxage'], 0);
|
$max_age = varset($menu_pref['newforumposts_maxage'], 0);
|
||||||
|
Reference in New Issue
Block a user