r34293 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34292‎ | r34293 | r34294 >
Date:02:50, 6 May 2008
Author:tstarling
Status:old
Tags:
Comment:
Maybe you missed the difference between getHTML and getText... One returns HTML, and one returns text.
Modified paths:
  • /trunk/phase3/includes/Exception.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Exception.php
@@ -100,8 +100,8 @@
101101 return $this->getMessage() .
102102 "\nBacktrace:\n" . $this->getTraceAsString() . "\n";
103103 } else {
104 - return "<p>Set <tt>\$wgShowExceptionDetails = true;</tt> " .
105 - "in LocalSettings.php to show detailed debugging information.</p>";
 104+ return "Set \$wgShowExceptionDetails = true; " .
 105+ "in LocalSettings.php to show detailed debugging information.\n";
106106 }
107107 }
108108

Status & tagging log