From 8e09e3dcdf676cc189b657688a99fcae05de1600 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Wed, 11 Apr 2012 15:36:43 +0200 Subject: [PATCH] [TASK] Make extbase and fluid required extensions Change-Id: I5a835a27b7f4e2a2301365b5c61aece765c564aa Resolves: #20634 Releases: 6.0 Reviewed-on: http://review.typo3.org/10243 Reviewed-by: Wouter Wolters Reviewed-by: Rens Admiraal Reviewed-by: Andy Grunwald Tested-by: Andy Grunwald Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf --- t3lib/config_default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t3lib/config_default.php b/t3lib/config_default.php index ab0c9c777d82..115d3bd52fe1 100644 --- a/t3lib/config_default.php +++ b/t3lib/config_default.php @@ -21,7 +21,7 @@ define('FILE_DENY_PATTERN_DEFAULT', '\.(php[3-6]?|phpsh|phtml)(\..*)?$|^\.htacce define('PHP_EXTENSIONS_DEFAULT', 'php,php3,php4,php5,php6,phpsh,inc,phtml'); // Defines a list that are basically required by a TYPO3 system. -define('REQUIRED_EXTENSIONS', 'cms,lang,sv,em,recordlist'); +define('REQUIRED_EXTENSIONS', 'cms,lang,sv,em,recordlist,extbase,fluid'); $TYPO3_CONF_VARS = array( 'GFX' => array( // Configuration of the image processing features in TYPO3. 'IM' and 'GD' are short for ImageMagick and GD library respectively. @@ -1134,4 +1134,4 @@ $SIM_EXEC_TIME = $EXEC_TIME; // $SIM_EXEC_TIME is set to $EXEC_TIME but can be $ACCESS_TIME = $EXEC_TIME - ($EXEC_TIME % 60); // $ACCESS_TIME is a common time in minutes for access control $SIM_ACCESS_TIME = $ACCESS_TIME; // if $SIM_EXEC_TIME is changed this value must be set accordingly -?> +?> \ No newline at end of file -- GitLab