merged with stash

This commit is contained in:
Bartek Przybylski 2011-12-21 18:40:43 +01:00
parent 25fa9bf8ec
commit 6a1a7fcd26
1 changed files with 1 additions and 0 deletions

View 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()) {