php8 fix
Dieser Commit ist enthalten in:
Ursprung
2e8a56d679
Commit
bdd28a6203
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
|
@ -22,4 +22,3 @@ return array(
|
|||
'cSmartyFrontend' => $sAutoloadClassPath.'class.smarty.frontend.php',
|
||||
'cSmartyWrapper' => $sAutoloadClassPath.'class.smarty.wrapper.php'
|
||||
);
|
||||
?>
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
global $load_client;
|
||||
/**
|
||||
* This file is the config file for this plugin
|
||||
*
|
||||
|
@ -34,4 +35,3 @@ try {
|
|||
} catch (Exception $e) {
|
||||
cWarning($e->getFile(), $e->getLine(), $e->getMessage());
|
||||
}
|
||||
?>
|
Laden …
In neuem Issue referenzieren