1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Back to fixing the old mostly working code. Few fixes here.

This commit is contained in:
mcfly
2009-09-08 02:48:48 +00:00
parent 3a367901e1
commit 668c25c3ed
3 changed files with 21 additions and 30 deletions

View File

@@ -6,11 +6,11 @@
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Message Handler
* Forum View Topic
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_viewtopic.php,v $
* $Revision: 1.22 $
* $Date: 2009-09-08 02:00:44 $
* $Revision: 1.23 $
* $Date: 2009-09-08 02:48:48 $
* $Author: mcfly_e107 $
*
*/
@@ -58,7 +58,7 @@ if(isset($_GET['f']))
$thread->processFunction();
if($_GET['f'] != 'last') { $thread->init(); }
}
e107::getScParser();
require_once (e_HANDLER . 'level_handler.php');
if (!is_object($e107->userRank)) { $e107->userRank = new e107UserRank; }
require_once (e_PLUGIN . 'forum/forum_shortcodes.php');