Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
73a4fb08
Commit
73a4fb08
authored
Aug 13, 2018
by
Thomas Löffler
Browse files
Fix CGL
parent
d72a9f5a
Pipeline
#5118
passed with stages
in 5 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3org_layout/Classes/Hook/DataHandlerHook.php
View file @
73a4fb08
...
...
@@ -16,7 +16,6 @@ namespace T3o\T3orgLayout\Hook;
class
DataHandlerHook
{
protected
$eventLocationTableName
=
'tx_sfeventmgt_domain_model_location'
;
public
function
processDatamap_afterDatabaseOperations
(
...
...
@@ -25,8 +24,7 @@ class DataHandlerHook
$id
,
array
&
$fieldArray
,
\
TYPO3\CMS\Core\DataHandling\DataHandler
$pObj
)
{
)
{
if
(
$table
===
$this
->
eventLocationTableName
)
{
$locationChanged
=
false
;
$fieldsToWatch
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment