small syntax fix
authorpk910 <philipp@zoelle1.de>
Thu, 28 Jul 2011 04:05:06 +0000 (06:05 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 28 Jul 2011 04:05:06 +0000 (06:05 +0200)
Uplink/Uplink.class.php

index 22a923c2b7f381afacece9a93b985af623b05b10..a9406d12823fe92fa69399e64f8c9a9522a155d9 100644 (file)
@@ -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)