PHP bug of inexisting array index
-
Just change this:
} elseif($clu[$url]) {
to this:
} elseif(isset($clu[$url]) and $clu[$url]) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP bug of inexisting array index’ is closed to new replies.