From: Brion Vibber Date: Sun, 11 May 2014 19:39:23 +0000 (+0200) Subject: tyop fxi X-Git-Tag: 1.31.0-rc.0~15746^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=0decf94d10c550fb9265197b354d37c7b3b6a9e6;p=lhc%2Fweb%2Fwiklou.git tyop fxi Change-Id: I05cd37b3dab7d0eeffb4df81f906fd1e881b7f9f --- diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index defa7da282..dd7e27dcb9 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -454,7 +454,7 @@ abstract class ContentHandler { /** * Creates a new Content object that acts as a redirect to the given page, - * or null of redirects are not supported by this content model. + * or null if redirects are not supported by this content model. * * This default implementation always returns null. Subclasses supporting redirects * must override this method.