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 @@
74
74
function efServerAdminLogSchemaUpdates( $updater ) {
75
75
$base = dirname( __FILE__ );
76
76
$updater->addExtensionTable( 'sal_channel', "$base/tables.sql" );
77
+
78
+ return true;
77
79
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r107757
Add LoadExtensionSchemaUpdates hook subscription...
reedy
23:00, 31 December 2011
Status & tagging log
06:52, 2 January 2012
Tim Starling
(
talk
|
contribs
)
changed the
status
of r107798
[
removed:
new
added:
deferred]