Skip to content

Instantly share code, notes, and snippets.

@lacyrhoades
Created December 15, 2011 16:31
Show Gist options
  • Save lacyrhoades/1481742 to your computer and use it in GitHub Desktop.
Save lacyrhoades/1481742 to your computer and use it in GitHub Desktop.
if(empty($filters))
$filters = ($filters) ? $filters
: self::filtersFromLegacySettings($search_type, $category);
@bshaffer
Copy link

But what if $filters are still empty? Maybe you should check again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment