From bacd8361713076779e3ace0711f57281f44eb7c1 Mon Sep 17 00:00:00 2001 From: matzneda <5678296+matzneda@users.noreply.github.com> Date: Wed, 15 May 2019 10:57:27 +0200 Subject: [PATCH] Double semicolon removed --- include/client/templates/thread-export.tmpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/client/templates/thread-export.tmpl.php b/include/client/templates/thread-export.tmpl.php index 2ed2288d8..d7b9d58e7 100644 --- a/include/client/templates/thread-export.tmpl.php +++ b/include/client/templates/thread-export.tmpl.php @@ -12,7 +12,7 @@ AttachmentFile::objects()->filter(array( ))->all(); $entries = $thread->getEntries(); -$entries->filter(array('type__in' => array_keys($entryTypes)))->order_by("{$order}id");; +$entries->filter(array('type__in' => array_keys($entryTypes)))->order_by("{$order}id"); ?> <style type="text/css"> div {font-family: sans-serif;} -- GitLab