r36759 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36758‎ | r36759 | r36760 >
Date:19:45, 27 June 2008
Author:ialex
Status:old
Tags:
Comment:
Oops
Modified paths:
  • /trunk/extensions/FormPreloadPostCache/FormPreloadPostCache.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FormPreloadPostCache/FormPreloadPostCache.php
@@ -95,7 +95,6 @@
9696
9797 $dom->encoding = 'utf-8';
9898 $result = $dom->saveHTML();
99 - var_dump( $result ); die;
10099 if ( preg_match( '!<body>(.*)</body>!s', $result, $m ) ) {
101100 $text = $m[1];
102101 } else {

Status & tagging log