Fix PHP bug in variable check
-
Warning: Invalid argument supplied for foreach() in simple-file-list/ee-simple-file-list.php on line 93
Please check before use. Change the code code to:
// Loop thru and set up
if(is_array($eeSFL_Extensions) && count($eeSFL_Extensions)>0)
foreach($eeSFL_Extensions as $key => $eeSFL_Extension) {The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fix PHP bug in variable check’ is closed to new replies.