-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Abandoned FeatureAn issue tied to functionality that needs to be thoughtfully eliminated rather than fixedAn issue tied to functionality that needs to be thoughtfully eliminated rather than fixed
Description
meza/src/scripts/uniteTheWikis.php
Line 403 in fabcf0c
| $dbr = wfGetDB( DB_SLAVE ); |
$dbr = wfGetDB( DB_SLAVE );
The DB_SLAVEconstant was removed in MediaWiki 1.34. I assume this script is obsolete and should be deleted, but if not it needs to be updated.
wfGetDB is also (much more recently) deprecated, as is DB_MASTER above, but those haven't been removed yet.
Metadata
Metadata
Assignees
Labels
Abandoned FeatureAn issue tied to functionality that needs to be thoughtfully eliminated rather than fixedAn issue tied to functionality that needs to be thoughtfully eliminated rather than fixed