Return array here if no driver is specified
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 22 Feb 2010 17:38:13 +0000 (10:38 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 22 Feb 2010 20:02:16 +0000 (13:02 -0700)
framework/Alarm/lib/Horde/Alarm.php

index 97d3d43..8ede608 100644 (file)
@@ -353,6 +353,7 @@ class Horde_Alarm
      */
     protected function _list()
     {
+        return array();
     }
 
     /**