mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Update LanguageDropdownField.php
BUG: Corrected allowed_actions to be private not public
This commit is contained in:
parent
0d9bee0a64
commit
5bfc37748b
@ -7,7 +7,7 @@
|
||||
*/
|
||||
class LanguageDropdownField extends GroupedDropdownField {
|
||||
|
||||
public static $allowed_actions = array(
|
||||
private static $allowed_actions = array(
|
||||
'getLocaleForObject'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user