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 4d472ab commit f5c2a60Copy full SHA for f5c2a60
action.php
@@ -1,6 +1,6 @@
1
<?php
2
/**
3
- * DokuWiki Plugin inetmodifications (Action Component)
+ * DokuWiki Plugin lightweightscript (Action Component)
4
*
5
* @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6
* @author i-net /// software <[email protected]>
@@ -9,7 +9,7 @@
9
// must be run within Dokuwiki
10
if(!defined('DOKU_INC')) die();
11
12
-class action_plugin_leightweightscript extends DokuWiki_Action_Plugin {
+class action_plugin_lightweightscript extends DokuWiki_Action_Plugin {
13
14
15
* Registers a callback function for a given event
0 commit comments