aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Widget/Profile.php')
-rw-r--r--Zotlabs/Widget/Profile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Widget/Profile.php b/Zotlabs/Widget/Profile.php
index bffd910b6..8bd624c0f 100644
--- a/Zotlabs/Widget/Profile.php
+++ b/Zotlabs/Widget/Profile.php
@@ -7,7 +7,7 @@ class Profile {
function widget($args) {
$block = observer_prohibited();
- return profile_sidebar(\App::$profile, $block, true);
+ return profile_sidebar(\App::$profile, $block, true, false);
}
-} \ No newline at end of file
+}