Skip to content

Commit

Permalink
fixed typo that caused models to be reloaded more often then necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Jul 31, 2008
1 parent 2250991 commit 59c2b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guess.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function Guess($params) {
function guess_string($string) {

// assume the $string is already utf8
if(!isset($this->$models))
if(!isset($this->models))
$this->load_models();
$runs = $this->find_runs($string);

Expand Down

0 comments on commit 59c2b88

Please sign in to comment.