The constant DB_SLAVE, deprecated in 1.28, has been removed. Use DB_REPLICA.
PrivatePageProtection.php
$dbr = wfGetDB( DB_SLAVE ); # OLD
$dbr = wfGetDB( DB_REPLICA ); # NEW
The constant DB_SLAVE, deprecated in 1.28, has been removed. Use DB_REPLICA.
PrivatePageProtection.php
$dbr = wfGetDB( DB_SLAVE ); # OLD
$dbr = wfGetDB( DB_REPLICA ); # NEW