Skip to content

Commit

Permalink
Missed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon authored Apr 19, 2018
1 parent 120cb8e commit 157eb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/search/content/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public function onContentSearch($text, $phrase = '', $ordering = '', $areas = nu
'a.title AS title, a.metadesc, a.metakey, a.created AS created, '
. $query->concatenate(array('a.introtext', 'a.fulltext')) . ' AS text,'
. $case_when . ',' . $case_when1 . ', '
. 'c.title AS section, \'2\' AS browsernav ' . $case_whenp
. 'c.title AS section, \'2\' AS browsernav, ' . $case_whenp
);

// .'CONCAT_WS("/", c.title) AS section, \'2\' AS browsernav' );
Expand Down

0 comments on commit 157eb0c

Please sign in to comment.