diff --git a/static/dbview.config.php b/static/dbview.config.php index 6b6a8e53fd..ad33a78823 100755 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -52,6 +52,6 @@ return [ INNER JOIN `item-uri` ON `item-uri`.id = `post-tag`.`uri-id` LEFT JOIN `tag` ON `post-tag`.`tid` = `tag`.`id` LEFT JOIN `contact` ON `post-tag`.`cid` = `contact`.`id`" - ] + ], ];