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 @@
5
5
6
6
/* Abstract Protected Methods */
7
7
8
- abstract protected function getDefaultOptions() {
8
+ protected function getDefaultOptions() {
9
9
return array();
10
10
}
11
11
Status & tagging log
22:20, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r76167
[
removed:
new
added:
deferred]