diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-12-07 13:27:35 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-12-07 13:27:35 +0100 |
commit | 0df4f9c114529478468fa1dbe9ab6032eded4db2 (patch) | |
tree | 35f2efd05d438a804b79cae549d34618bdd83a80 /include | |
parent | 69c9f4588c57a1159ab18c5987f99ea5471579d5 (diff) | |
download | volse-hubzilla-0df4f9c114529478468fa1dbe9ab6032eded4db2.tar.gz volse-hubzilla-0df4f9c114529478468fa1dbe9ab6032eded4db2.tar.bz2 volse-hubzilla-0df4f9c114529478468fa1dbe9ab6032eded4db2.zip |
change album_id logic to make it work with ajax calls
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php index bdb4cfa69..4b14d6c94 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1299,7 +1299,6 @@ function widget_album($args) { //edit album name $album_edit = null; - $photos = array(); if($r) { $twist = 'rotright'; |