[RSS Feed/News] Why we dont show the default filter in XFRM?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
xfrm/cp/overview
public function getResourceFilterInput()

at the end $filters is empty, when last_update, desc (defaults)
and not empty for last_update, asc and all others

Code:

//if ($input['order'] != $defaultOrder || $input['direction'] != $defaultDir)
if (1==1)
{
$filters['order'] = $input['order'];
$filters['direction'] = $input['direction'];
}


When filters == default and dir =...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom