Skip to content

Commit

Permalink
Bug fix: Invalid constant (bcosca/fatfree#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcosca committed Sep 16, 2016
1 parent 1f65f52 commit 2984742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function engine($arg='curl') {
foreach ($flags as $key=>$val)
if ($val)
return $this->wrapper=$key;
user_error(E_Request,E_USER_ERROR);
user_error(self::E_Request,E_USER_ERROR);
}

/**
Expand Down

0 comments on commit 2984742

Please sign in to comment.