Skip to content

Commit

Permalink
API Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Jun 19, 2020
1 parent 4a99b89 commit 89f70f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* DokuWiki Plugin inetmodifications (Action Component)
* DokuWiki Plugin lightweightcss (Action Component)
*
* @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
* @author i-net /// software <tools@inetsoftware.de>
Expand All @@ -9,7 +9,7 @@
// must be run within Dokuwiki
if(!defined('DOKU_INC')) die();

class action_plugin_leightweightcss extends DokuWiki_Action_Plugin {
class action_plugin_lightweightcss extends DokuWiki_Action_Plugin {

/**
* Registers a callback function for a given event
Expand Down

0 comments on commit 89f70f5

Please sign in to comment.