From 7ba28776db386afb961ad01b5772a6cae56b8a01 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <gohr@cosmocode.de> Date: Thu, 5 Apr 2018 09:56:20 +0200 Subject: [PATCH] typo. capital P for class name --- bin/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plugin.php b/bin/plugin.php index 9db24a582..cbe0b1fe7 100755 --- a/bin/plugin.php +++ b/bin/plugin.php @@ -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 -- GitLab