Skip to content

Commit

Permalink
removed require of action.php,now autoloaded; updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
turnermm committed Sep 6, 2022
1 parent 6696c1b commit 2dfff52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.php
Expand Up @@ -8,7 +8,7 @@
// must be run within Dokuwiki
if (!defined('DOKU_INC')) die();

require_once DOKU_PLUGIN.'action.php';
//require_once DOKU_PLUGIN.'action.php';

class action_plugin_charpicker extends DokuWiki_Action_Plugin {
public function register(Doku_Event_Handler $controller) {
Expand Down
2 changes: 1 addition & 1 deletion plugin.info.txt
@@ -1,7 +1,7 @@
base charpicker
author Myron Turner
email turnermm02@shaw.ca
date 2022-09-05
date 2022-09-06
name charpicker
desc Adds characters to special chars picker
url https://www.dokuwiki.org/plugin:charpicker
2 changes: 1 addition & 1 deletion version
@@ -1,2 +1,2 @@
master_22-Sep_05-11_04
master_22-Sep_06-09_23

0 comments on commit 2dfff52

Please sign in to comment.