Fatal Error on line 1539
-
the line causing the error :
if (!empty($user_query->get_results()))changing it to
if ($user_query->get_results())which solved the problems , however the two lines are equivalent but the use of empty() with a function return is not proper.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fatal Error on line 1539’ is closed to new replies.