diff --git a/inc/class-command.php b/inc/class-command.php index 83f1f8d..64ccddb 100644 --- a/inc/class-command.php +++ b/inc/class-command.php @@ -179,7 +179,7 @@ class Command { $this->loggers[ $i ]->stop(); return $value; }, - 'accepted_args' => $_the['accepted_args'], + 'accepted_args' => $the_['accepted_args'], ); } }