Merge pull request #303 from creative-commoners/pulls/2.0/buildtask-segments

NEW Add segment to SubsiteCopyPageTask
This commit is contained in:
Will Rossiter 2017-09-11 11:31:57 +12:00 committed by GitHub
commit 83077ff78f
1 changed files with 2 additions and 0 deletions

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');