Forums
(@rayllu)
14 years, 11 months ago
This fix doesn’t remove the error because it just continues. Replace
echo $result->get_error_message();
with
return $result->get_error_message();