Skip to content

Commit

Permalink
Merge pull request #5 from milkyway-multimedia/3.1-compatiblity
Browse files Browse the repository at this point in the history
3.1 compatiblity
  • Loading branch information
Naomi Guyer committed Jul 12, 2014
2 parents 5151160 + 74855ab commit 6b6e666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions code/CMSBatchAction_MoveToController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
*/
class CMSBatchAction_MoveToController extends LeftAndMain {

static $url_segment = 'batchmoveto';
private static $url_segment = 'batchmoveto';

static $menu_title = 'Move to';
private static $menu_title = 'Move to';

static $required_permission_codes = false;
private static $required_permission_codes = false;

private static $allowed_actions = array (
'MovePagesForm',
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require":
{
"silverstripe/framework": "~3.0",
"silverstripe/cms": "~3.0"
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1"
}
}

0 comments on commit 6b6e666

Please sign in to comment.