Index: branches/5.3.x/core/kernel/utility/debugger.php =================================================================== diff -u -N -r16221 -r16281 --- branches/5.3.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 16221) +++ branches/5.3.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 16281) @@ -1,6 +1,6 @@ editorUrlData['url'] = $components['scheme'] . '://' . $components['host'] . $components['path']; + $this->editorUrlData['url'] = $components['scheme'] . '://' . $components['host']; + if ( isset($components['path']) ) { + $this->editorUrlData['url'] .= $components['path']; + } + if ( isset($components['query']) ) { parse_str(html_entity_decode($components['query']), $this->editorUrlData['params']); }