mirror of
https://github.com/Universal-Omega/DynamicPageList3
synced 2024-11-15 03:35:17 +00:00
Fix path to Maintenance.php
(#80)
Co-authored-by: rvogel <vogel@hallowelt.biz>
This commit is contained in:
parent
f20ad2e16f
commit
b0c16cc660
|
@ -11,7 +11,7 @@ use User;
|
|||
|
||||
$IP = getenv( 'MW_INSTALL_PATH' );
|
||||
if ( $IP === false ) {
|
||||
$IP = __DIR__ . '/../../../..';
|
||||
$IP = __DIR__ . '/../../..';
|
||||
}
|
||||
|
||||
require_once "$IP/maintenance/Maintenance.php";
|
||||
|
|
Loading…
Reference in a new issue