- Issue created by @steven jones
- 🇮🇳India dineshkumarbollu
@Steven Jones try this code in
hosting_clone.drush.inc
fileif (isset($task->task_args['aliases'])) { $task->options['aliases'] = str_replace("\n", ",", $task->task_args['aliases']); } if (isset($task->task_args['redirection'])) { $task->options['redirection'] = $task->task_args['redirection']; }
-
Steven Jones →
committed 22d50196 on 7.x-3.x
Issue #3439870 by Steven Jones, dineshkumarbollu: Fix warnings on clone.
-
Steven Jones →
committed 22d50196 on 7.x-3.x
- Status changed to Fixed
12 months ago 11:49am 10 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.