فهرست منبع

Internal: typo in the reporting of page spurious chars

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3982 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 سال پیش
والد
کامیت
98dce9efdf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/webpage.class.inc.php

+ 1 - 1
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 = '';