From bce33c3d212dc1b14269f7411ca8b19a496ee666 Mon Sep 17 00:00:00 2001 From: crevillo Date: Thu, 15 Aug 2013 10:40:38 +0200 Subject: [PATCH] Implemented EZP-19411: Avoid file_exists and include calls for registering datatypes and workflows --- datatypes/ezsurvey/ezsurveytype.php | 2 -- settings/content.ini.append.php | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/datatypes/ezsurvey/ezsurveytype.php b/datatypes/ezsurvey/ezsurveytype.php index 6bc04d8..ae5a13a 100644 --- a/datatypes/ezsurvey/ezsurveytype.php +++ b/datatypes/ezsurvey/ezsurveytype.php @@ -593,6 +593,4 @@ function unserializeContentClassAttribute( $classAttribute, $attrjeppibuteNode, } -eZDataType::register( eZSurveyType::DATA_TYPE_STRING, "eZSurveyType" ); - ?> diff --git a/settings/content.ini.append.php b/settings/content.ini.append.php index 6c1150e..16e4e88 100644 --- a/settings/content.ini.append.php +++ b/settings/content.ini.append.php @@ -1,8 +1,7 @@