projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed bug #7184: Login has probably expired, when you create a new page (only in...
[Packages/TYPO3.CMS.git]
/
t3lib
/
class.t3lib_tceforms.php
diff --git
a/t3lib/class.t3lib_tceforms.php
b/t3lib/class.t3lib_tceforms.php
index
b3d662b
..
03690a9
100755
(executable)
--- a/
t3lib/class.t3lib_tceforms.php
+++ b/
t3lib/class.t3lib_tceforms.php
@@
-5060,7
+5060,7
@@
class t3lib_TCEforms {
if (count($elements)) {
$out .= '
TBE_EDITOR.addElements('.t3lib_div::array2json($elements).');
- TBE_EDITOR.initRequired()
+ TBE_EDITOR.initRequired()
;
';
}
// $this->additionalJS_submit: