Skip to content

Commit

Permalink
Update Hooks.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Aug 2, 2023
1 parent 7b676ab commit 898bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public static function onCreateWikiCreation( $dbname, $private ) {

foreach ( $defaultNamespaces as $namespace ) {
$mwNamespaces->modify( $namespace, $mwNamespacesDefault->list( $namespace ) );
$mwNamespaces->commit();
$mwNamespaces->commit( true );
}
}
}
Expand Down

0 comments on commit 898bc1a

Please sign in to comment.