From 93779ad3ff42cd365640c1063d7ab6befb815e87 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 23 Feb 2022 11:20:06 +0100 Subject: [PATCH] fixed drush script --- cleanflaglist.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cleanflaglist.script b/cleanflaglist.script index d45fa6dc..e8ce9a88 100755 --- a/cleanflaglist.script +++ b/cleanflaglist.script @@ -9,8 +9,8 @@ use Drush\Drush; $this->output()->writeln("Flagging collection cleaning"); // $this->output()->writeln("Hello world!"); -// $this->output()->writeln("The extra options/arguments to this command were:"); -// $this->output()->writeln(print_r($extra, true)); +$this->output()->writeln("The extra options/arguments to this command were:"); +$this->output()->writeln(print_r($extra, true)); if ($extra[0] === "delete") { $delete = true; } else {