fixed warning and deprecated errors
Dieser Commit ist enthalten in:
Ursprung
06cc337092
Commit
91b0fd8c15
2 geänderte Dateien mit 4 neuen und 5 gelöschten Zeilen
|
|
@ -615,8 +615,7 @@ function mr_loadConfiguration($clientId, $forceReload = false) {
|
|||
}
|
||||
|
||||
function mr_getConfigurationFilePath($clientId) {
|
||||
$clientConfig = cRegistry::getClientConfig((int) $clientId);
|
||||
$fePath = $clientConfig['path']['frontend'];
|
||||
$fePath = cRegistry::getFrontendPath();
|
||||
return $fePath . 'data/config/' . CL_ENVIRONMENT . '/config.mod_rewrite.php';
|
||||
}
|
||||
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren