Skip to content
Snippets Groups Projects
Unverified Commit bacd8361 authored by matzneda's avatar matzneda Committed by GitHub
Browse files

Double semicolon removed

parent 35b260f9
No related branches found
No related tags found
No related merge requests found
......@@ -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;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment