Fix docs
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 28 Oct 2008 14:55:42 +0000 (14:55 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 28 Oct 2008 14:55:42 +0000 (14:55 +0000)
includes/Revision.php

index 42bffea..c68d974 100644 (file)
@@ -664,7 +664,7 @@ class Revision {
          * $row is usually an object from wfFetchRow(), both the flags and the text
          * field must be included
          *
-         * @param integer $row Id of a row
+         * @param object $row The text data
          * @param string $prefix table prefix (default 'old_')
          * @return string $text|false the text requested
          */