Skip to content

Commit

Permalink
Fixes returing of SxGeo
Browse files Browse the repository at this point in the history
  • Loading branch information
omnilight committed Dec 2, 2014
1 parent a602c4c commit 5c9cf57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SypexGeo.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ public function getSxGeo()
if ($this->_sxGeo === null) {
$this->_sxGeo = new SxGeo(\Yii::getAlias($this->database), $this->accessMode);
}
return $this->_sxGeo;
}
}

0 comments on commit 5c9cf57

Please sign in to comment.