Skip to content
Snippets Groups Projects
Unverified Commit 9734f950 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4892 from matzneda/patch-1

Double semicolon removed
parents 0e21023a bacd8361
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