From b6c5ddb2a5023e65c11aee665088ce7f43957378 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 28 Sep 2016 05:12:54 -0700 Subject: [PATCH] Fix incorrect variable --- inc/class-command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], ); } }