[Phpfreechat-svn] SF.net SVN: phpfreechat: [934] trunk/src/pfcinfo.class.php
Status: Beta
Brought to you by:
kerphi
|
From: <ke...@us...> - 2007-01-22 09:01:24
|
Revision: 934
http://svn.sourceforge.net/phpfreechat/?rev=934&view=rev
Author: kerphi
Date: 2007-01-22 01:01:25 -0800 (Mon, 22 Jan 2007)
Log Message:
-----------
Buf Fix : http://sourceforge.net/tracker/index.php?func=detail&aid=1633936&group_id=158880&atid=809603
Modified Paths:
--------------
trunk/src/pfcinfo.class.php
Modified: trunk/src/pfcinfo.class.php
===================================================================
--- trunk/src/pfcinfo.class.php 2007-01-21 22:09:53 UTC (rev 933)
+++ trunk/src/pfcinfo.class.php 2007-01-22 09:01:25 UTC (rev 934)
@@ -43,6 +43,9 @@
function getOnlineNick($channel = NULL, $timeout = 20)
{
$container =& $this->getContainerInstance();
+
+ if ($channel != NULL) $channel = pfcCommand_join::GetRecipient($channel);
+
$res = $container->getOnlineNick($channel);
$users = array();
if (isset($res["nickid"]))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|