X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FContentHandler.php;h=dd7e27dcb9e915ae3b35a213dfecd926598b01e8;hb=0decf94d10c550fb9265197b354d37c7b3b6a9e6;hp=defa7da282eb3360694e4041421c953b7c60edb3;hpb=cf3f357a1311e555c37cb66b43c36823e4b65129;p=lhc%2Fweb%2Fwiklou.git 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.