From 308bc99b9607b5d9f69f74fa3bc60f44801cd481 Mon Sep 17 00:00:00 2001 From: annda <17853330+annda@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:27:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Automatic=20code=20style=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action/ajax.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action/ajax.php b/action/ajax.php index d542676b..c42a565a 100644 --- a/action/ajax.php +++ b/action/ajax.php @@ -7,6 +7,7 @@ * @author Andreas Gohr */ +use dokuwiki\Logger; use dokuwiki\Extension\ActionPlugin; use dokuwiki\Extension\EventHandler; use dokuwiki\Extension\Event; @@ -94,7 +95,7 @@ public function handleAjax(Event $event) $responseData[$action] = RSSNode::renderAttrsToHTML($attrs); break; default: - dokuwiki\Logger::getInstance(dokuwiki\Logger::LOG_DEBUG)->log( + Logger::getInstance(Logger::LOG_DEBUG)->log( __FILE__ . ': ' . __LINE__, 'Unknown action: ' . $action );