Php error Message: Undefined index: orderby_sort
After updating to 2.2.0 (EE 2.5.5) I get a php error on my (very basic) results page:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: orderby_sort
Filename: low_search/mod.low_search.php
Line Number: 384
This is my main results tag:
{exp:low_search:results query="{segment_3}" orderby="entry_id" sort="desc" paginate="top"}
Any suggestions?
Replies
Low 5 Feb 2013 18:17
Okay, change line #384 to this:
and you should be fine. Will hotfix this.
e-man 5 Feb 2013 19:20
Hotfix fixed it. Thanks.