From: Aaron Schulz Date: Sun, 11 May 2008 20:24:15 +0000 (+0000) Subject: Tweak doc X-Git-Tag: 1.31.0-rc.0~47708 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=dbad34cb69949c654256107172fa362fb8968c22;p=lhc%2Fweb%2Fwiklou.git Tweak doc --- diff --git a/includes/Title.php b/includes/Title.php index 984d0005c3..1637a3e596 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -192,7 +192,7 @@ class Title { * but not used for anything else * * @param int $id the page_id corresponding to the Title to create - * @param int $flags, use FOR_UPDATE to use master + * @param int $flags, use GAID_FOR_UPDATE to use master * @return Title the new object, or NULL on an error */ public static function newFromID( $id, $flags = 0 ) {