1
0
Fork 0
Dieser Commit ist enthalten in:
Ortwin Pinke 2025-06-26 20:01:18 +02:00
Ursprung 2e8a56d679
Commit bdd28a6203
2 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -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());
}
?>
}