php8 fix
Dieser Commit ist enthalten in:
Ursprung
2e8a56d679
Commit
bdd28a6203
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
global $load_client;
|
||||
/**
|
||||
* This file is the config file for this plugin
|
||||
*
|
||||
|
|
@ -33,5 +34,4 @@ try {
|
|||
new cSmartyFrontend(cRegistry::getConfig(), cRegistry::getClientConfig(cRegistry::getClientId()), true);
|
||||
} catch (Exception $e) {
|
||||
cWarning($e->getFile(), $e->getLine(), $e->getMessage());
|
||||
}
|
||||
?>
|
||||
}
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren