From: Michael M Slusarz Date: Mon, 22 Feb 2010 17:38:13 +0000 (-0700) Subject: Return array here if no driver is specified X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5466cf4d657786882d4caf5e86a9b85961f5b03d;p=horde.git Return array here if no driver is specified --- diff --git a/framework/Alarm/lib/Horde/Alarm.php b/framework/Alarm/lib/Horde/Alarm.php index 97d3d435e..8ede6084a 100644 --- a/framework/Alarm/lib/Horde/Alarm.php +++ b/framework/Alarm/lib/Horde/Alarm.php @@ -353,6 +353,7 @@ class Horde_Alarm */ protected function _list() { + return array(); } /**