diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-23 02:03:39 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-23 02:03:39 -0700 |
commit | 9518dc0e4ee40c9672e533afbb1a506c3a85c598 (patch) | |
tree | d96f4b05a9134bd852fbf86d1003e19adfcfaa1e /Zotlabs | |
parent | e084b776eee9f1fc66e3f4a37b92ec70ccc49286 (diff) | |
download | volse-hubzilla-9518dc0e4ee40c9672e533afbb1a506c3a85c598.tar.gz volse-hubzilla-9518dc0e4ee40c9672e533afbb1a506c3a85c598.tar.bz2 volse-hubzilla-9518dc0e4ee40c9672e533afbb1a506c3a85c598.zip |
typo
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Categories.php | 2 |
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']) |