Skip to content

Commit

Permalink
Um..without a db handle, we don't HAVE a result set...
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 13, 2016
1 parent 3c74640 commit 4d95ee4
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -261,7 +261,6 @@ public function getLocations()
public function autocompleteLocation($search)
{
if (empty($this->_db)) {
// @todo - use the entire result set?
return array();
}

Expand Down

0 comments on commit 4d95ee4

Please sign in to comment.