From f06ba4c52ec7fc89d3c36f0a5f933eb3a2512dbe Mon Sep 17 00:00:00 2001 From: Helmut Hummel Date: Mon, 2 Jul 2012 21:18:59 +0200 Subject: [PATCH] Add extbase and fluid to extension list --- typo3conf/localconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typo3conf/localconf.php b/typo3conf/localconf.php index ac353ad..5318192 100644 --- a/typo3conf/localconf.php +++ b/typo3conf/localconf.php @@ -45,11 +45,11 @@ $TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin/'; $TYPO3_CONF_VARS['GFX']['im_noScaleUp'] = '1'; -$TYPO3_CONF_VARS['EXT']['extList'] = 'info,perm,func,filelist,about,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin,t3editor,reports,felogin,form,phpunit'; +$TYPO3_CONF_VARS['EXT']['extList'] = 'extbase,fluid,info,perm,func,filelist,about,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin,t3editor,reports,felogin,form,phpunit'; $TYPO3_CONF_VARS['BE']['createGroup'] = 'vagrant'; $GLOBALS['TYPO3_CONF_VARS']['SYS']['enable_DLOG'] = 0; ## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script! -?> \ No newline at end of file +?>