Skip to content
Snippets Groups Projects
Commit 7ba28776 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

typo. capital P for class name

parent 8f85cae7
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../')
define('NOSESSION', 1);
require_once(DOKU_INC . 'inc/init.php');
class pluginCLI extends CLI {
class PluginCLI extends CLI {
/**
* Register options and arguments on the given $options object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment