mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:02 +08:00
Merge pull request #78 from runcommand/fix-variable-76
Fix incorrect variable
This commit is contained in:
commit
7afe3e4aea
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class Command {
|
|||
$this->loggers[ $i ]->stop();
|
||||
return $value;
|
||||
},
|
||||
'accepted_args' => $_the['accepted_args'],
|
||||
'accepted_args' => $the_['accepted_args'],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue