projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[~CONFIGURATION] Extbase: Set lockType to empty string instead of 'system'.
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
extbase
/
ext_emconf.php
diff --git
a/typo3/sysext/extbase/ext_emconf.php
b/typo3/sysext/extbase/ext_emconf.php
index
4371d3f
..
4d7e7f1
100644
(file)
--- a/
typo3/sysext/extbase/ext_emconf.php
+++ b/
typo3/sysext/extbase/ext_emconf.php
@@
-27,7
+27,7
@@
$EM_CONF[$_EXTKEY] = array(
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
- 'lockType' => '
system
',
+ 'lockType' => '',
'author_company' => 'TYPO3 core team',
'version' => '0.9.9',
'constraints' => array(