Missed semicolon (groan)

develop
Steve Allison 2013-02-20 21:54:00 +00:00
parent ea6a33f237
commit f5d9d02cbc
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class defense extends rcube_plugin {
* @return var (untouched) * @return var (untouched)
*/ */
public function hookAuthenticate($args) { public function hookAuthenticate($args) {
return $args return $args;
} }
/** /**