projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b268cc
)
Unused parameter
author
Duck (Jakob Munih)
<duck@obala.net>
Tue, 18 Aug 2009 07:09:03 +0000
(09:09 +0200)
committer
Duck (Jakob Munih)
<duck@obala.net>
Tue, 18 Aug 2009 07:09:03 +0000
(09:09 +0200)
folks/lib/Application.php
patch
|
blob
|
history
diff --git
a/folks/lib/Application.php
b/folks/lib/Application.php
index
2aed44a
..
654caf5
100644
(file)
--- a/
folks/lib/Application.php
+++ b/
folks/lib/Application.php
@@
-26,11
+26,10
@@
class Folks_Application extends Horde_Registry_Application
*
* @param string $userID Username
* @param array $credentials Array of criedentials (password requied)
- * @param array $params Additional params
*
* @return boolean Whether IMP authentication was successful.
*/
- public function authAuthenticate($userID, $credentials
, $params
)
+ public function authAuthenticate($userID, $credentials)
{
require_once dirname(__FILE__) . '/base.php';