Skip to content

Commit

Permalink
Remove 5.3 static call. Closes issue #78
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon committed Nov 28, 2012
1 parent 5091b82 commit f7af41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idiorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ public static function value($subject) {
* @return string
*/
public static function str_replace_outside_quotes($search, $replace, $subject) {
return static::value($subject)->replace_outside_quotes($search, $replace);
return self::value($subject)->replace_outside_quotes($search, $replace);
}

/**
Expand Down

0 comments on commit f7af41d

Please sign in to comment.