projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff232e5
)
Shout: Continue creating the recordings UI
author
Ben Klang
<ben@alkaloid.net>
Wed, 17 Mar 2010 16:25:03 +0000
(12:25 -0400)
committer
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 17 Mar 2010 20:23:29 +0000
(21:23 +0100)
shout/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/shout/lib/Ajax/Application.php
b/shout/lib/Ajax/Application.php
index
bb87a37
..
68c9683
100644
(file)
--- a/
shout/lib/Ajax/Application.php
+++ b/
shout/lib/Ajax/Application.php
@@
-223,6
+223,17
@@
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 responseType()
{
return $this->_responseType;