From 5eb8df7432a708284862e4b126e418265d36b4ab Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 2 May 2022 18:49:09 +0200 Subject: [inc/Util] Add types, move error printing functions to their own class --- apis/getconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apis') diff --git a/apis/getconfig.inc.php b/apis/getconfig.inc.php index 3fe05ed1..a5d5254d 100644 --- a/apis/getconfig.inc.php +++ b/apis/getconfig.inc.php @@ -6,7 +6,7 @@ */ if (!Module::isAvailable('baseconfig')) { - Util::traceError('Module baseconfig not available'); + ErrorHandler::traceError('Module baseconfig not available'); } require 'modules/baseconfig/api.inc.php'; \ No newline at end of file -- cgit v1.2.3-55-g7522