aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-17 15:03:27 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-17 15:03:27 -0800
commita06f7fbe2e78de428489d824c1329ef29c4d1f42 (patch)
treea9b7334066c0e6245ef3dce8e60d13cc34645dac /include/widgets.php
parent6df98f080ba0c9a0309158c1ea5d48f95aae71ee (diff)
downloadvolse-hubzilla-a06f7fbe2e78de428489d824c1329ef29c4d1f42.tar.gz
volse-hubzilla-a06f7fbe2e78de428489d824c1329ef29c4d1f42.tar.bz2
volse-hubzilla-a06f7fbe2e78de428489d824c1329ef29c4d1f42.zip
photo album widget permissions issue
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 5a135ae52..fc6fee2ef 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -1229,6 +1229,10 @@ function widget_album($args) {
$owner_uid = get_app()->profile_uid;
$sql_extra = permissions_sql($owner_uid);
+
+ if(! perm_is_allowed($owner_uid,get_observer_hash(),'view_storage'))
+ return '';
+
if($args['album'])
$album = $args['album'];
if($args['title'])