From: Gunnar Wrobel
Date: Wed, 17 Mar 2010 22:25:40 +0000 (+0100) Subject: Fix weird triplication I introduced when rebasing today. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5c47e6816c043f4f1ab65c899a573a98491eb329;p=horde.git Fix weird triplication I introduced when rebasing today. --- diff --git a/shout/lib/Ajax/Application.php b/shout/lib/Ajax/Application.php index 68c9683cc..9fe31afe0 100644 --- a/shout/lib/Ajax/Application.php +++ b/shout/lib/Ajax/Application.php @@ -212,28 +212,6 @@ class Shout_Ajax_Application extends Horde_Ajax_Application_Base } } - public function getRecordings() - { - try { - return Shout::getRecordings($_SESSION['shout']['curaccount']); - } catch (Exception $e) { - //FIXME: Create a way to notify the user of the failure. - Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR); - return false; - } - } - - public function getRecordings() - { - try { - return Shout::getRecordings($_SESSION['shout']['curaccount']); - } catch (Exception $e) { - //FIXME: Create a way to notify the user of the failure. - Horde::logMessage($e->getMessage(), __FILE__, __LINE__, PEAR_LOG_ERR); - return false; - } - } - public function responseType() { return $this->_responseType;