Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lacyrhoades
Created December 15, 2011 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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