From 1161315085999de792a35570354796aa442e649a Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 1 May 2010 10:56:52 +0000 Subject: [PATCH] fixing documentation (it seems the function name has changed) --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 7915e80563..2ec76b1f1f 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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. * -- 2.20.1