typo. capital P for class name

This commit is contained in:
Andreas Gohr 2018-04-05 09:56:20 +02:00
parent 8f85cae775
commit 7ba28776db
1 changed files with 1 additions and 1 deletions

View File

@ -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