Merge pull request #3887 from AdenFraser/Issue3880

Fixed "Removed DataObject::$allowed_actions #3880" on master
This commit is contained in:
Daniel Hensby 2015-02-12 12:00:42 +00:00
commit 18683079bc

View File

@ -3737,11 +3737,6 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
*/
private static $summary_fields = null;
/**
* Provides a list of allowed methods that can be called via RESTful api.
*/
public static $allowed_actions = null;
/**
* Collect all static properties on the object
* which contain natural language, and need to be translated.