Follows-up d78869207
* File systems may be case-sensitive. * Use ::class syntax for class literals. Change-Id: Ia126b0b3a8fa702bf046e9539878a90e09fe9da7
This commit is contained in:
parent
67dffb1c90
commit
06aa9e9691
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
* @ingroup Maintenance
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/includes/deleteLocalPasswords.php';
|
||||
require_once __DIR__ . '/includes/DeleteLocalPasswords.php';
|
||||
|
||||
$maintClass = "DeleteLocalPasswords";
|
||||
$maintClass = DeleteLocalPasswords::class;
|
||||
require_once RUN_MAINTENANCE_IF_MAIN;
|
||||
|
|
|
|||
Loading…
Reference in a new issue