From: Ben Klang Date: Mon, 13 Sep 2010 16:24:28 +0000 (-0400) Subject: Remove extraneous semicolon X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=285becde66f3a2d30e14fa9ef6c0e4fb7a025a28;p=horde.git Remove extraneous semicolon --- diff --git a/framework/Prefs/lib/Horde/Prefs/Ldap.php b/framework/Prefs/lib/Horde/Prefs/Ldap.php index 74000e2a5..e773045b2 100644 --- a/framework/Prefs/lib/Horde/Prefs/Ldap.php +++ b/framework/Prefs/lib/Horde/Prefs/Ldap.php @@ -62,7 +62,7 @@ class Horde_Prefs_Ldap extends Horde_Prefs * DEFAULT: NONE (system default will be used) * */ - protected function __construct($scope, $opts, $params); + protected function __construct($scope, $opts, $params) { /* If a valid server port has not been specified, set the default. */ if (!isset($params['port']) || !is_int($params['port'])) {