http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65729

Revision: 65729
Author:   churchofemacs
Date:     2010-05-01 10:56:52 +0000 (Sat, 01 May 2010)

Log Message:
-----------
fixing documentation (it seems the function name has changed)

Modified Paths:
--------------
    trunk/phase3/includes/Article.php

Modified: trunk/phase3/includes/Article.php
===================================================================
--- trunk/phase3/includes/Article.php   2010-05-01 08:41:44 UTC (rev 65728)
+++ trunk/phase3/includes/Article.php   2010-05-01 10:56:52 UTC (rev 65729)
@@ -1604,7 +1604,7 @@
        /**
         * Insert a new empty page record for this article.
         * This *must* be followed up by creating a revision
-        * and running $this->updateToLatest( $rev_id );
+        * and running $this->updateRevisionOn( ... );
         * or else the record will be left in a funky state.
         * Best if all done inside a transaction.
         *



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to