r107798 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107797‎ | r107798 | r107799 >
Date:05:23, 2 January 2012
Author:johnduhart
Status:deferred
Tags:
Comment:
Followup 107757, add a return statement to the hook
Modified paths:
  • /trunk/extensions/ServerAdminLog/ServerAdminLog.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ServerAdminLog/ServerAdminLog.php
@@ -73,4 +73,6 @@
7474 function efServerAdminLogSchemaUpdates( $updater ) {
7575 $base = dirname( __FILE__ );
7676 $updater->addExtensionTable( 'sal_channel', "$base/tables.sql" );
 77+
 78+ return true;
7779 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107757Add LoadExtensionSchemaUpdates hook subscription...reedy23:00, 31 December 2011

Status & tagging log