Skip to content

Commit f5c2a60

Browse files
committed
API Update
1 parent 4d472ab commit f5c2a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* DokuWiki Plugin inetmodifications (Action Component)
3+
* DokuWiki Plugin lightweightscript (Action Component)
44
*
55
* @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
66
* @author i-net /// software <[email protected]>
@@ -9,7 +9,7 @@
99
// must be run within Dokuwiki
1010
if(!defined('DOKU_INC')) die();
1111

12-
class action_plugin_leightweightscript extends DokuWiki_Action_Plugin {
12+
class action_plugin_lightweightscript extends DokuWiki_Action_Plugin {
1313

1414
/**
1515
* Registers a callback function for a given event

0 commit comments

Comments
 (0)