]> source.dussan.org Git - nextcloud-server.git/commitdiff
merged with stash
authorBartek Przybylski <bart.p.pl@gmail.com>
Wed, 21 Dec 2011 17:40:43 +0000 (18:40 +0100)
committerBartek Przybylski <bart.p.pl@gmail.com>
Wed, 21 Dec 2011 17:40:43 +0000 (18:40 +0100)
apps/gallery/ajax/getAlbums.php

index 7454b18edab4ba0a14a80db329e67fea5f511392..e4736076fed346f5d30c4ea1d661b958f53f7551 100644 (file)
@@ -4,6 +4,7 @@ OC_JSON::checkLoggedIn();
 OC_JSON::checkAppEnabled('gallery');
 
 $a = array();
+
 $result = OC_Gallery_Album::find(OC_User::getUser());
 
 while ($r = $result->fetchRow()) {