Index: branches/hashar/prettyURL/includes/SpecialPage.php |
— | — | @@ -946,7 +946,7 @@ |
947 | 947 | /** |
948 | 948 | * Get a local URL suitable for <form action=""> |
949 | 949 | * |
950 | | - * @return Title local URL |
| 950 | + * @return String this title local URL |
951 | 951 | */ |
952 | 952 | function getFormAction( $subpage = false ) { |
953 | 953 | return self::getTitleFor( $this->mName, $subpage )->getLocalURL(); |