Error: Warning Count()
-
The error on line 373 can be fixed by:
Replace that line with:
if (!count(array($savedusers)) > 0 && !count(array($savedroles)) > 0 ){
- The topic ‘Error: Warning Count()’ is closed to new replies.
Home / Plugin: User Specific Content / Error: Warning Count()
The error on line 373 can be fixed by:
Replace that line with:
if (!count(array($savedusers)) > 0 && !count(array($savedroles)) > 0 ){