Index: trunk/phase3/includes/WikiPage.php |
— | — | @@ -1117,6 +1117,7 @@ |
1118 | 1118 | $oldtext = $this->getRawText(); |
1119 | 1119 | if ( $oldtext === false ) { |
1120 | 1120 | wfDebug( __METHOD__ . ": no page text\n" ); |
| 1121 | + wfProfileOut( __METHOD__ ); |
1121 | 1122 | return null; |
1122 | 1123 | } |
1123 | 1124 | } else { |