mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 08:16:11 +01:00
BUGFIX: Fix TypoScript warning
Constants can't use multi line strings.
This commit is contained in:
parent
2cd5debf97
commit
9fff750e85
1 changed files with 1 additions and 4 deletions
|
@ -14,10 +14,7 @@ plugin {
|
|||
# should also be added, together with additionalWhereClause
|
||||
# based on doktypes
|
||||
tt_content {
|
||||
additionalWhereClause (
|
||||
pages.doktype NOT IN (3, 199)
|
||||
AND tt_content.CType NOT IN ('gridelements_pi1', 'list', 'div', 'menu', 'shortcut', 'search', 'login')
|
||||
)
|
||||
additionalWhereClause = pages.doktype NOT IN (3, 199) AND tt_content.CType NOT IN ('gridelements_pi1', 'list', 'div', 'menu', 'shortcut', 'search', 'login')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue