Skip to content

Commit

Permalink
Merge pull request #303 from creative-commoners/pulls/2.0/buildtask-s…
Browse files Browse the repository at this point in the history
…egments

NEW Add segment to SubsiteCopyPageTask
  • Loading branch information
wilr authored Sep 10, 2017
2 parents 60b259e + e331c51 commit 83077ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/tasks/SubsiteCopyPagesTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 83077ff

Please sign in to comment.