r92959 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92958‎ | r92959 | r92960 >
Date:20:07, 23 July 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fixed method name fail
Modified paths:
  • /trunk/extensions/Validator/includes/Parameter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/includes/Parameter.php
@@ -805,7 +805,7 @@
806806 *
807807 * @return mixed string or false
808808 */
809 - public function getDescription() {
 809+ public function getMessage() {
810810 return $this->message;
811811 }
812812
@@ -816,8 +816,8 @@
817817 *
818818 * @param string $message
819819 */
820 - public function setDescription( $message ) {
 820+ public function setMessage( $message ) {
821821 $this->message = $message;
822822 }
823823
824 -}
\ No newline at end of file
 824+}