Active
Project:
Content Glider
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 14:38 UTC
Updated:
6 Jun 2012 at 18:34 UTC
Just wondering if anyone else noticed?
Seems that every time i switch it to "ASC" and it always goes back to "DESC" by it self....
Comments
Comment #1
mluzg commentedI did notice, and to fix it I only had to add one line at the end of the function content_glider_block_save, on content_glider.module:
variable_set("{$delta}_order_type", $edit["{$delta}_order_type"]);
I hope this could be fixed on next release.
Thanks for this module, it's been simple and useful.