diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-01-08 11:52:56 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-01-08 11:52:56 +0100 |
commit | 508170cfb7b7722025748f9a3778cd8cf34fc64e (patch) | |
tree | 5d660c3768a2919d4cc08114e49c91faeb26676b /inc/parser/xhtml.php | |
parent | 8552954b29e133ddab7f6b0d1dff7a77d40a5452 (diff) | |
parent | 38c6f603e006f27fd6194d1d2c14d3087d0e0cc9 (diff) | |
download | rpg-508170cfb7b7722025748f9a3778cd8cf34fc64e.tar.gz rpg-508170cfb7b7722025748f9a3778cd8cf34fc64e.tar.bz2 |
Merge pull request #997 from BCLibCoop/master
Optionally render RSS unsorted.
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index f1703111e..c68d206be 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -1178,6 +1178,8 @@ class Doku_Renderer_xhtml extends Doku_Renderer { error_reporting($elvl); } + if($params['nosort']) $feed->enable_order_by_date(false); + //decide on start and end if($params['reverse']) { $mod = -1; |