Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -539,7 +539,7 @@ |
540 | 540 | */ |
541 | 541 | public function getFinalDescription() { |
542 | 542 | $desc = $this->getDescription(); |
543 | | - wfRunHooks( 'ApiGetDescription', array( &$this, &$desc ) ); |
| 543 | + wfRunHooks( 'APIGetDescription', array( &$this, &$desc ) ); |
544 | 544 | return $desc; |
545 | 545 | } |
546 | 546 | |