Fix action plugin class name
This commit is contained in:
parent
c28abb315b
commit
ec2433d044
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue