From: pk910 Date: Thu, 28 Jul 2011 04:05:06 +0000 (+0200) Subject: small syntax fix X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=commitdiff_plain;h=5ba9f2f5aa8a9db4351cdee5d72b41e25b0d9331;hp=c4ba095ecbd63c4152726371a761fe323a967f2f small syntax fix --- diff --git a/Uplink/Uplink.class.php b/Uplink/Uplink.class.php index 22a923c..a9406d1 100644 --- a/Uplink/Uplink.class.php +++ b/Uplink/Uplink.class.php @@ -681,7 +681,7 @@ class Uplink { trigger_error("Server tries to send a modechange from an user that does not exist or was not found on recv_mode.", E_USER_ERROR); return; } - $modes = implode(" ",array_slice($args,1)) + $modes = implode(" ",array_slice($args,1)); if($args[0][0] == "#") { $channel = P10_Channel::getChannelByName($args[0]); if($channel == null)