X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FuserOptions.php;h=4c9dcb4667373ba8d0fa38706494f90a51621825;hb=449e31a179e337edbc205262bb29476c901d19c5;hp=eb8da57e86a860672c738ef3dd1eb0acc898caba;hpb=3b7f4539639b3899e246e245df481882f81f9340;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/userOptions.php b/maintenance/userOptions.php index eb8da57e86..4c9dcb4667 100644 --- a/maintenance/userOptions.php +++ b/maintenance/userOptions.php @@ -199,5 +199,5 @@ WARN } } -$maintClass = 'UserOptionsMaintenance'; +$maintClass = UserOptionsMaintenance::class; require RUN_MAINTENANCE_IF_MAIN;