From 83db2f2d30067dd81eb3af233a2beec3971c6bc6 Mon Sep 17 00:00:00 2001 From: Aden Fraser Date: Thu, 12 Feb 2015 08:57:51 +0000 Subject: [PATCH] Fixed "Removed DataObject::$allowed_actions #3880" on master --- model/DataObject.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/model/DataObject.php b/model/DataObject.php index 8c47bb8b5..a444e8fdc 100644 --- a/model/DataObject.php +++ b/model/DataObject.php @@ -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.