[Phpfreechat-svn] SF.net SVN: phpfreechat: [1007] trunk/src/commands/privmsg.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-03-25 15:58:25
|
Revision: 1007 http://svn.sourceforge.net/phpfreechat/?rev=1007&view=rev Author: kerphi Date: 2007-03-25 08:58:22 -0700 (Sun, 25 Mar 2007) Log Message: ----------- Bug fix : the private messages was broken Modified Paths: -------------- trunk/src/commands/privmsg.class.php Modified: trunk/src/commands/privmsg.class.php =================================================================== --- trunk/src/commands/privmsg.class.php 2007-03-25 15:47:50 UTC (rev 1006) +++ trunk/src/commands/privmsg.class.php 2007-03-25 15:58:22 UTC (rev 1007) @@ -21,7 +21,7 @@ $pvnickid = ''; if ($this->name == 'privmsg2') { - $pvnickid = $ct->getNickId($param); + $pvnickid = $param; $pvname = $ct->getNickname($pvnickid); } else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |