Index: branches/5.2.x/core/kernel/utility/debugger.php =================================================================== diff -u -N -r15012 -r15073 --- branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 15012) +++ branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 15073) @@ -1,6 +1,6 @@ rowSeparator = '@' . (is_object($application->Factory) && $application->InitDone ? $application->GetSID() : 0) . '@'; + $this->rowSeparator = '@' . (/*is_object($application->Factory) &&*/ $application->InitDone ? $application->GetSID() : 0) . '@'; // $this->rowSeparator = '@' . rand(0, 100000) . '@'; // include debugger files from this url @@ -1548,7 +1548,7 @@ $Debugger.DOMViewerURL = ''; $Debugger.EditorPath = ''; $Debugger.DebugURL = 'baseURL.'/debugger_responce.php?sid='.$this->rowSeparator.'&path='.urlencode($dbg_path); ?>'; - $Debugger.EventURL = 'Factory) && $application->InitDone ? $application->HREF('dummy', '', Array ('pass' => 'm', '__NO_REWRITE__' => 1)) : ''; ?>'; + $Debugger.EventURL = 'Factory) &&*/ $application->InitDone ? $application->HREF('dummy', '', Array ('pass' => 'm', '__NO_REWRITE__' => 1)) : ''; ?>'; $Debugger.BasePath = 'basePath; ?>';