fixing documentation (it seems the function name has changed)
authorTobias <churchofemacs@users.mediawiki.org>
Sat, 1 May 2010 10:56:52 +0000 (10:56 +0000)
committerTobias <churchofemacs@users.mediawiki.org>
Sat, 1 May 2010 10:56:52 +0000 (10:56 +0000)
includes/Article.php

index 7915e80..2ec76b1 100644 (file)
@@ -1604,7 +1604,7 @@ class Article {
        /**
         * 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.
         *