projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5aa1ec
)
Remove deprecated method parameters.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 5 Sep 2010 15:23:03 +0000
(11:23 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 5 Sep 2010 15:23:03 +0000
(11:23 -0400)
Bug: 9227
imp/lib/Api.php
patch
|
blob
|
history
diff --git
a/imp/lib/Api.php
b/imp/lib/Api.php
index
8c9b6b4
..
11ec79b
100644
(file)
--- a/
imp/lib/Api.php
+++ b/
imp/lib/Api.php
@@
-211,7
+211,7
@@
class IMP_Api extends Horde_Registry_Api
*
* @return Horde_Imap_Client_Base The imap object.
*/
- public function imapOb(
$mailbox, $indices
)
+ public function imapOb()
{
return $GLOBALS['injector']->getInstance('IMP_Imap')->getOb()->ob;
}