Skip to content

Commit abd0315

Browse files
anndagithub-actions[bot]
authored andcommitted
🤖 Automatic code style fixes
1 parent 6d330bd commit abd0315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎action/ajax.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @author Andreas Gohr <[email protected]>
88
*/
99

10+
use dokuwiki\Logger;
1011
use dokuwiki\Extension\ActionPlugin;
1112
use dokuwiki\Extension\EventHandler;
1213
use dokuwiki\Extension\Event;
@@ -94,7 +95,7 @@ public function handleAjax(Event $event)
9495
$responseData[$action] = RSSNode::renderAttrsToHTML($attrs);
9596
break;
9697
default:
97-
dokuwiki\Logger::getInstance(dokuwiki\Logger::LOG_DEBUG)->log(
98+
Logger::getInstance(Logger::LOG_DEBUG)->log(
9899
__FILE__ . ': ' . __LINE__,
99100
'Unknown action: ' . $action
100101
);

0 commit comments

Comments
 (0)