Typo in lib/front_end_users.php render_view()
-
In lib/front_end_suers.php, in render_view() there is a line which reads:
$this->debug('View file ("'.$view_path_path.'") not found');That should read:
$this->debug('View file ("'.$view_file_path.'") not found');instead.
The topic ‘Typo in lib/front_end_users.php render_view()’ is closed to new replies.