r40859 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40858‎ | r40859 | r40860 >
Date:16:33, 15 September 2008
Author:vasilievvv
Status:old
Tags:
Comment:
Fix fatal exceptions.
Modified paths:
  • /trunk/extensions/TitleBlacklist/TitleBlacklist.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TitleBlacklist/TitleBlacklist.hooks.php
@@ -122,6 +122,7 @@
123123
124124 return true;
125125 }
 126+ return true;
126127 }
127128
128129 /** ArticleSaveComplete hook */
@@ -135,4 +136,4 @@
136137 }
137138 return true;
138139 }
139 -}
\ No newline at end of file
 140+}