projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9abb17
)
Remove extraneous semicolon
author
Ben Klang
<ben@alkaloid.net>
Mon, 13 Sep 2010 16:24:28 +0000
(12:24 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Mon, 13 Sep 2010 16:24:28 +0000
(12:24 -0400)
framework/Prefs/lib/Horde/Prefs/Ldap.php
patch
|
blob
|
history
diff --git
a/framework/Prefs/lib/Horde/Prefs/Ldap.php
b/framework/Prefs/lib/Horde/Prefs/Ldap.php
index
74000e2
..
e773045
100644
(file)
--- 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)
* </pre>
*/
- 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'])) {