We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10388ea commit 268c0d9Copy full SHA for 268c0d9
apps/admin_audit/lib/Actions/Console.php
@@ -30,7 +30,7 @@ class Console extends Action {
30
* @param $arguments
31
*/
32
public function runCommand(array $arguments) {
33
- if ($arguments[1] === '_completion') {
+ if (!isset($arguments[1]) || $arguments[1] === '_completion') {
34
// Don't log autocompletion
35
return;
36
}
0 commit comments