no message
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
include_once __DIR__ . '/libs/vendor/autoload.php'; // TCPDF-Autoloader laden
|
||||
|
||||
class Abrechnung extends IPSModule
|
||||
{
|
||||
@@ -33,10 +32,6 @@ class Abrechnung extends IPSModule
|
||||
{
|
||||
parent::ApplyChanges();
|
||||
|
||||
// Sicherheit: falls TCPDF nicht vorhanden ist
|
||||
if (!class_exists('TCPDF')) {
|
||||
IPS_LogMessage('Abrechnung', '⚠️ TCPDF nicht gefunden! Stelle sicher, dass libs/vendor/autoload.php existiert.');
|
||||
}
|
||||
}
|
||||
|
||||
private function RegisterMediaDocument($Ident, $Name, $Extension, $Position = 0)
|
||||
|
||||
Reference in New Issue
Block a user