From: Michael J. Rubinsky Date: Sun, 5 Sep 2010 15:23:03 +0000 (-0400) Subject: Remove deprecated method parameters. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2f4586dcf17324b98eb90fe0a81b4b9b8fb2478b;p=horde.git Remove deprecated method parameters. Bug: 9227 --- diff --git a/imp/lib/Api.php b/imp/lib/Api.php index 8c9b6b48b..11ec79b54 100644 --- 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; }