Internal: typo in the reporting of page spurious chars

SVN:trunk[3982]
This commit is contained in:
Romain Quetiez
2016-04-05 08:52:57 +00:00
parent c3f804bb29
commit 3eacf2e7fa

View File

@@ -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 = '';