diff --git a/application/webpage.class.inc.php b/application/webpage.class.inc.php index 97a1831af..2bd9ddbdb 100644 --- a/application/webpage.class.inc.php +++ b/application/webpage.class.inc.php @@ -473,7 +473,7 @@ class WebPage implements Page { if (Utils::GetConfig() && Utils::GetConfig()->Get('debug_report_spurious_chars')) { - IssueLog::Error("Trashing unexpected output:'$s_captured_output'\n"); + IssueLog::Error("Trashing unexpected output:'$sOutput'\n"); } } $sOutput = '';