Fix action plugin class name

This commit is contained in:
vv221 2020-04-03 00:50:50 +02:00
parent c28abb315b
commit ec2433d044

View file

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Tabpage plugin: Shows links to children pages as tabs on parent page * Tabpage plugin: Shows links to children pages in the page menu
* *
* @license BSD 2-Clause * @license BSD 2-Clause
* @author Antoine Le Gonidec <vv221.dokuwiki@dotslashplay.it> * @author Antoine Le Gonidec <vv221.dokuwiki@dotslashplay.it>
@ -11,7 +11,7 @@ if ( ! defined('DOKU_INC') ) {
die(); die();
} }
class action_plugin_tabpage extends DokuWiki_Action_Plugin { class action_plugin_childrenpages extends DokuWiki_Action_Plugin {
/** /**
* Registers a callback function for a given event * Registers a callback function for a given event
* *