X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fshell%2FFirejailCommand.php;h=7aed05f9bee590a7cc4c2ef6ad0225b942861d53;hb=9be835917d83dea04897484211f6627e9e0101d3;hp=d8189304cb8200a128c3d04711897a6234a577fd;hpb=4d9dbc7d8d4a6a739d48a3ee4888f7ef3f85763c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/shell/FirejailCommand.php b/includes/shell/FirejailCommand.php index d8189304cb..7aed05f9be 100644 --- a/includes/shell/FirejailCommand.php +++ b/includes/shell/FirejailCommand.php @@ -65,7 +65,7 @@ class FirejailCommand extends Command { $splitCommand = explode( ' ', $command, 2 ); $this->logger->debug( "firejail: Command {$splitCommand[0]} {params} has no restrictions", - [ 'params' => isset( $splitCommand[1] ) ? $splitCommand[1] : '' ] + [ 'params' => $splitCommand[1] ?? '' ] ); return parent::buildFinalCommand( $command ); }