Skip to content

Commit

Permalink
Update for random ordering
Browse files Browse the repository at this point in the history
I've added in random ordering in this module since it's something I think should be in the core and it's one of the first things I change in new Joomla installations.
  • Loading branch information
xaddict committed Apr 3, 2015
1 parent ca3f3fc commit c4ee8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mod_articles_category/mod_articles_category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
<option value="modified">MOD_ARTICLES_CATEGORY_OPTION_MODIFIED_VALUE</option>
<option value="publish_up">MOD_ARTICLES_CATEGORY_OPTION_STARTPUBLISHING_VALUE</option>
<option value="a.publish_down">MOD_ARTICLES_CATEGORY_OPTION_FINISHPUBLISHING_VALUE</option>
<option value="rand()">MOD_ARTICLES_CATEGORY_OPTION_ORDERINGRANDOM_VALUE</option>
</field>

<field
Expand Down

0 comments on commit c4ee8dd

Please sign in to comment.