Skip to content

Commit

Permalink
Update action.php
Browse files Browse the repository at this point in the history
  • Loading branch information
armandostyl committed Dec 22, 2023
1 parent 40175ba commit c138497
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.php
Expand Up @@ -3,11 +3,11 @@
* DokuWiki Plugin structsection (Action Component)
*/
// must be run within Dokuwiki
use dokuwiki\plugin\structgroup\meta\ApplicationAspectKernel;
use dokuwiki\plugin\structgroup8\meta\ApplicationAspectKernel;

if (!defined('DOKU_INC')) die();

class action_plugin_structgroup extends DokuWiki_Action_Plugin {
class action_plugin_structgroup8 extends DokuWiki_Action_Plugin {
/**
* Registers a callback function for a given event
*
Expand All @@ -19,7 +19,7 @@ public function register(Doku_Event_Handler $controller) {
}

public function handle_init(Doku_Event &$event, $param) {
$event->data['Group'] = 'dokuwiki\\plugin\\structgroup\\types\\Group';
$event->data['Group'] = 'dokuwiki\\plugin\\structgroup8\\types\\Group';
}
}
// vim:ts=4:sw=4:et:
// vim:ts=4:sw=4:et:

0 comments on commit c138497

Please sign in to comment.