r93054 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93053
|
r93054
|
r93055
>
Date:
16:13, 25 July 2011
Author:
yaron
Status:
deferred
Tags:
Comment:
getIsList() method renamed to isList()
Modified paths:
/trunk/extensions/SemanticForms/includes/SF_TemplateField.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticForms/includes/SF_TemplateField.php
—
—
@@ -127,7 +127,7 @@
128
128
return $this->mPossibleValues;
129
129
}
130
130
131
- function getIsList() {
131
+ function isList() {
132
132
return $this->mIsList;
133
133
}
134
134