Closed j420n closed 10 years ago
Error produced on the /forum section when performing an empty search.
are you sure that's correct? shouldn't it be isset() instead of empty()?
Hey Pawel I am sure this is right now, it is working as expected. consider this: $var = false; var_dump(isset($var)); output = bool(true)
Error produced on the /forum section when performing an empty search.