Skip to content

Commit

Permalink
3.1 allowed_actions fixes for SubsitesTreeDropdownField
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jul 10, 2013
1 parent 99d242f commit e6832aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/forms/SubsitesTreeDropdownField.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* @package subsites
*/
class SubsitesTreeDropdownField extends TreeDropdownField {

private static $allowed_actions = array(
'tree'
);

protected $subsiteID = 0;

Expand Down

0 comments on commit e6832aa

Please sign in to comment.