mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
typo
This commit is contained in:
@@ -9,16 +9,16 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_conf.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_conf.php,v $
|
||||||
* $Revision: 1.7 $
|
* $Revision: 1.8 $
|
||||||
* $Date: 2009-11-18 01:05:36 $
|
* $Date: 2009-11-19 09:46:14 $
|
||||||
* $Author: e107coders $
|
* $Author: marj_nl_fr $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('../../class2.php');
|
require_once('../../class2.php');
|
||||||
require_once(e_PLUGIN.'forum/forum_class.php');
|
require_once(e_PLUGIN.'forum/forum_class.php');
|
||||||
$forum = new e107forum;
|
$forum = new e107forum;
|
||||||
|
|
||||||
include_lan(e_PLUGIN.'forum/languages/English/lan_forum_conf.php');
|
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_conf.php');
|
||||||
|
|
||||||
$e_sub_cat = 'forum';
|
$e_sub_cat = 'forum';
|
||||||
|
|
||||||
|
@@ -9,13 +9,13 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_mod.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_mod.php,v $
|
||||||
* $Revision: 1.8 $
|
* $Revision: 1.9 $
|
||||||
* $Date: 2009-11-18 01:05:36 $
|
* $Date: 2009-11-19 09:46:14 $
|
||||||
* $Author: e107coders $
|
* $Author: marj_nl_fr $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit(); }
|
||||||
include_lan(e_PLUGIN.'forum/languages/English/lan_forum_admin.php');
|
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_admin.php');
|
||||||
|
|
||||||
function forum_thread_moderate($p)
|
function forum_thread_moderate($p)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user