NEW Add segment to SubsiteCopyPageTask

This commit is contained in:
Robbie Averill 2017-09-07 16:00:40 +12:00
parent a7fee1729e
commit e331c51abb

View File

@ -25,6 +25,8 @@ class SubsiteCopyPagesTask extends BuildTask
protected $title = 'Copy pages to different subsite';
protected $description = '';
private static $segment = 'SubsiteCopyPagesTask';
public function run($request)
{
$subsiteFromId = $request->getVar('from');