We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4667618 commit 760c58aCopy full SHA for 760c58a
‎action/ajax.php‎
@@ -7,6 +7,7 @@
7
* @author Andreas Gohr <[email protected]>
8
*/
9
10
+use dokuwiki\Logger;
11
use dokuwiki\Extension\ActionPlugin;
12
use dokuwiki\Extension\EventHandler;
13
use dokuwiki\Extension\Event;
@@ -94,7 +95,7 @@ public function handleAjax(Event $event)
94
95
$responseData[$action] = RSSNode::renderAttrsToHTML($attrs);
96
break;
97
default:
- dokuwiki\Logger::getInstance(dokuwiki\Logger::LOG_DEBUG)->log(
98
+ Logger::getInstance(Logger::LOG_DEBUG)->log(
99
__FILE__ . ': ' . __LINE__,
100
'Unknown action: ' . $action
101
);
0 commit comments