From 46655b84f203b16676fe90b78633197b2b6deb20 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 17 Mar 2010 23:14:01 -0400 Subject: [PATCH] Shout: Make sure we have an initialized application instance --- shout/lib/Shout.php | 1 + 1 file changed, 1 insertion(+) diff --git a/shout/lib/Shout.php b/shout/lib/Shout.php index d671757df..a83d4716e 100644 --- a/shout/lib/Shout.php +++ b/shout/lib/Shout.php @@ -219,6 +219,7 @@ class Shout static public function getRecordings($account) { + $shout = $GLOBALS['registry']->getApiInstance('shout', 'application'); $rlist = $shout->vfs->listFolder($account); // In Asterisk, filenames the same basename and different extension are -- 2.11.0