typo
This commit is contained in:
parent
e084b776ee
commit
9518dc0e4e
@ -10,7 +10,7 @@ class Categories {
|
|||||||
|
|
||||||
$cards = ((array_key_exists('cards',$arr) && $arr['cards']) ? true : false);
|
$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 '';
|
return '';
|
||||||
|
|
||||||
if((! \App::$profile['profile_uid'])
|
if((! \App::$profile['profile_uid'])
|
||||||
|
Reference in New Issue
Block a user