From 5ba9f2f5aa8a9db4351cdee5d72b41e25b0d9331 Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 28 Jul 2011 06:05:06 +0200 Subject: [PATCH] small syntax fix --- Uplink/Uplink.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1