Skip to content

Commit

Permalink
NEW Add segment to SubsiteCopyPageTask
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Sep 7, 2017
1 parent a7fee17 commit e331c51
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 e331c51

Please sign in to comment.