Page 1 of 1

News module ordering bug

Posted: Thu Mar 13, 2008 3:10 pm
by tractorboy
I couldn't get the news module to order stories by news_title, the story title.  The fix is to change of actin.default.php to add "mn." before the field name :
      $query1 .= "ORDER BY mn." . str_replace("'", '', str_replace(';', '', $params['sortby'])) . " ";

Re: News module ordering bug

Posted: Thu Mar 13, 2008 3:32 pm
by calguy1000
thanks, I've committed this change to svn.