aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-23 02:03:39 -0700
committerzotlabs <mike@macgirvin.com>2017-08-23 02:03:39 -0700
commit9518dc0e4ee40c9672e533afbb1a506c3a85c598 (patch)
treed96f4b05a9134bd852fbf86d1003e19adfcfaa1e /Zotlabs/Widget
parente084b776eee9f1fc66e3f4a37b92ec70ccc49286 (diff)
downloadvolse-hubzilla-9518dc0e4ee40c9672e533afbb1a506c3a85c598.tar.gz
volse-hubzilla-9518dc0e4ee40c9672e533afbb1a506c3a85c598.tar.bz2
volse-hubzilla-9518dc0e4ee40c9672e533afbb1a506c3a85c598.zip
typo
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Categories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Categories.php b/Zotlabs/Widget/Categories.php
index a11b3d919..84deb03d6 100644
--- a/Zotlabs/Widget/Categories.php
+++ b/Zotlabs/Widget/Categories.php
@@ -10,7 +10,7 @@ class Categories {
$cards = ((array_key_exists('cards',$arr) && $arr['cards']) ? true : false);
- if(($cards) && (! feature_enabled(\App::$profile['profile_uid'],'cards'))
+ if(($cards) && (! feature_enabled(\App::$profile['profile_uid'],'cards')))
return '';
if((! \App::$profile['profile_uid'])