* CalDAV/Calendar/Ressources: readded missing resource- and location-calendars after recent changes in resources app

This commit is contained in:
Ralf Becker 2013-01-18 13:07:11 +00:00
parent 94f43e3147
commit da811e3509

View File

@ -1259,6 +1259,7 @@ class groupdav_principals extends groupdav_handler
self::$all_resources = array();
$query = array(
'show_bookable' => true, // ignore non-bookable resources
'filter2' => -3,
);
if (self::$resources->get_rows($query, $rows, $readonlys))
{