3.1 allowed_actions fixes for SubsitesTreeDropdownField

This commit is contained in:
Ingo Schommer 2013-07-10 15:31:39 +02:00
parent 99d242f3ae
commit e6832aadca
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
* @package subsites
*/
class SubsitesTreeDropdownField extends TreeDropdownField {
private static $allowed_actions = array(
'tree'
);
protected $subsiteID = 0;