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