Index: trunk/extensions/AbuseFilter/AbuseFilter.class.php |
— | — | @@ -837,9 +837,11 @@ |
838 | 838 | $text = ExternalStore::insertToDefault( $text ); |
839 | 839 | $flags[] = 'external'; |
840 | 840 | |
841 | | - if (!$text) |
| 841 | + if (!$text) { |
842 | 842 | // Not mission-critical, just return nothing |
| 843 | + wfProfileOut( __METHOD__ ); |
843 | 844 | return null; |
| 845 | + } |
844 | 846 | } |
845 | 847 | |
846 | 848 | // Store to text table |