Skip to content

Commit

Permalink
FIX wrong namespace constant
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt authored Nov 7, 2023
1 parent e275b14 commit 481a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/LocalSettings.d/Wikibase.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
$wgLocalDatabases = [ 'wiki_swmath', 'my_wiki' ];

// https://github.com/MaRDI4NFDI/portal-compose/issues/224
$wgNamespacesToBeSearchedDefault[WB_NS_PROPERTY] = true;
$wgNamespacesToBeSearchedDefault[122] = true; // WB_PROPERTY_NAMESPACE===122

if ( $wgDBname !== 'wiki_swmath' ){

Expand Down

0 comments on commit 481a569

Please sign in to comment.