diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 18:40:43 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-12-21 18:40:43 +0100 |
commit | 6a1a7fcd268e90a3b6c33f9568403a441ce983da (patch) | |
tree | 60ff7027d98bbd777fb0dbbe973714ff9e38a57f | |
parent | 25fa9bf8ec2742fc96e52cafb61ab0f72db8ba08 (diff) | |
download | nextcloud-server-6a1a7fcd268e90a3b6c33f9568403a441ce983da.tar.gz nextcloud-server-6a1a7fcd268e90a3b6c33f9568403a441ce983da.zip |
merged with stash
-rw-r--r-- | apps/gallery/ajax/getAlbums.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gallery/ajax/getAlbums.php b/apps/gallery/ajax/getAlbums.php index 7454b18edab..e4736076fed 100644 --- a/apps/gallery/ajax/getAlbums.php +++ b/apps/gallery/ajax/getAlbums.php @@ -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()) { |