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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Profile.php b/Zotlabs/Widget/Profile.php
index a0bb1a66a..9e04524c1 100644
--- a/Zotlabs/Widget/Profile.php
+++ b/Zotlabs/Widget/Profile.php
@@ -13,7 +13,7 @@ use App;
class Profile {
function widget($args) {
- if(!App::$profile['profile_uid']) {
+ if(!isset(App::$profile['profile_uid'])) {
return;
}