no message

This commit is contained in:
2025-11-04 11:01:47 +01:00
parent 4edb0ad96c
commit a8edc86994

View File

@@ -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)