Revision: 9781
http://xoops.svn.sourceforge.net/xoops/?rev=9781&view=rev
Author: dhcst
Date: 2012-07-03 08:27:54 +0000 (Tue, 03 Jul 2012)
Log Message:
-----------
fix undefined Variable online
Modified Paths:
--------------
XoopsModules/newbb/branches/alfred/newbb/viewpost.php
Modified: XoopsModules/newbb/branches/alfred/newbb/viewpost.php
===================================================================
--- XoopsModules/newbb/branches/alfred/newbb/viewpost.php 2012-07-03 06:34:57 UTC (rev 9780)
+++ XoopsModules/newbb/branches/alfred/newbb/viewpost.php 2012-07-03 08:27:54 UTC (rev 9781)
@@ -188,8 +188,9 @@
$users = null;
}
+$online = array();
+
if ($xoopsModuleConfig['wol_enabled']) {
- $online = array();
if (!empty($user_criteria)) {
$online_handler =& xoops_getmodulehandler('online', 'newbb');
$online_handler->init($forum_id);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|