r76167 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76166‎ | r76167 | r76168 >
Date:23:44, 5 November 2010
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed typo (function with body still marked as abstract)
Modified paths:
  • /trunk/extensions/HtmlUi/classes/HtmlUiFormElementCollection.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HtmlUi/classes/HtmlUiFormElementCollection.php
@@ -4,7 +4,7 @@
55
66 /* Abstract Protected Methods */
77
8 - abstract protected function getDefaultOptions() {
 8+ protected function getDefaultOptions() {
99 return array();
1010 }
1111

Status & tagging log