PHP Notice warning fixes

This commit is contained in:
Clemens Schwaighofer
2018-03-13 18:37:04 +09:00
parent 7981e3ab51
commit 87b9af9786

View File

@@ -561,9 +561,9 @@
// prints out the error string
public function print_error_msg($string = '')
{
$string_output = '';
if ($this->debug_output_all)
{
$string_output = '';
if ($this->error_msg_prefix)
$string = $this->error_msg_prefix;
$script_end = $this->running_time();