r114050 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r114049
|
r114050
|
r114051
>
Date:
08:22, 17 March 2012
Author:
wikinaut
Status:
ok
Tags:
Comment:
follow up
r113862
. changed public function name extensionTableExists to tableExists
Modified paths:
/trunk/phase3/includes/installer/DatabaseUpdater.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/DatabaseUpdater.php
—
—
@@ -231,7 +231,7 @@
232
232
*
233
233
* @param $tableName string
234
234
*/
235
- public function extensionTableExists( $tableName ) {
235
+ public function tableExists( $tableName ) {
236
236
return ( $this->db->tableExists( $tableName, __METHOD__ ) );
237
237
}
238
238
Follow-up revisions
Revision
Commit summary
Author
Date
r114051
making corresponding change as a follow up
r114050
wikinaut
08:59, 17 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r113862
follow up
r113836
added public function extensionTableExists.
wikinaut
21:41, 14 March 2012
Status & tagging log
07:40, 19 March 2012
MaxSem
(
talk
|
contribs
)
changed the
status
of r114050
[
removed:
new
added:
ok]