From aebb8997ab9c7ec1735cb86248e17d968d0a40ac Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sun, 4 Nov 2007 16:26:14 +0000 Subject: [PATCH] Fixing comment - it is possible. --- includes/Article.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index 660220b130..52a416658b 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1923,8 +1923,8 @@ class Article { $length = strlen( $text ); - # this should not happen, since it is not possible to store an empty, new - # page. Let's insert a standard text in case it does, though + # If the last revision is a blank revision (move, import or + # protection summary) and the one before it was blank if( $length == 0 && $reason === '' ) { $reason = wfMsgForContent( 'exblank' ); } -- 2.20.1