From 23073ce8a9eda197c6ade068989c28e9842a5c2a Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Sun, 26 Aug 2012 14:18:07 +0200 Subject: [PATCH] [BUGFIX] Remove createGroup from localconf Identical change as for 6.0 LocalConfiguration for the 4.7 branch. --- typo3conf/localconf.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/typo3conf/localconf.php b/typo3conf/localconf.php index a319d34..45b0e34 100644 --- a/typo3conf/localconf.php +++ b/typo3conf/localconf.php @@ -47,9 +47,7 @@ $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