Skip to content

Commit

Permalink
Fix deprecated warnings
Browse files Browse the repository at this point in the history
Remove unnecessary require_once calls.

Fixes #11
  • Loading branch information
dregad committed Oct 19, 2023
1 parent 76564b3 commit 3204956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.php
Expand Up @@ -17,8 +17,6 @@
if(!defined('DOKU_INC')) die();

if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
require_once(DOKU_PLUGIN.'action.php');
require_once(DOKU_INC.'inc/init.php');

class action_plugin_newpagetemplate extends DokuWiki_Action_Plugin {
var $done = false;
Expand Down

0 comments on commit 3204956

Please sign in to comment.