r96904 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r96903
|
r96904
|
r96905
>
Date:
21:05, 12 September 2011
Author:
foxtrott
Status:
deferred
Tags:
Comment:
followup
r84876
: Replace msg name internalerror_text by internalerror_info
Modified paths:
/trunk/extensions/SemanticForms/includes/SF_Utils.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticForms/includes/SF_Utils.php
—
—
@@ -1122,7 +1122,7 @@
1123
1123
case EditPage::AS_END:
1124
1124
case EditPage::AS_FILTERING:
1125
1125
default:
1126
- return array( 'internalerror_text', array ( $error ) );
1126
+ return array( 'internalerror_info', array ( $error ) );
1127
1127
}
1128
1128
}
1129
1129
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r84876
parser function: directset, standard input: save and continue, one-step form ...
foxtrott
19:28, 27 March 2011