Skip to content

Commit

Permalink
#547 - unused class variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jangaraev committed Oct 10, 2017
1 parent 5fdf03a commit 65fb937
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions includes/classes/ia.core.php
Expand Up @@ -70,8 +70,6 @@ final class iaCore

protected $_checkDomain;

private $_securityTokenValue = '';

public $iaDb;
public $iaView;
public $iaCache;
Expand Down Expand Up @@ -597,7 +595,7 @@ protected function _forgeryCheck()
}

// no need to test this for the several endpoints:
// - 'API' page - used to communication with mobile apps
// - 'API' page - used to communicate with mobile apps
// - IPN/IRN/other payment notification receiving endpoints
if ('api' == $this->iaView->name()
|| (count($this->iaView->url) > 1 && 'ipn' == $this->iaView->url[0])) {
Expand Down

0 comments on commit 65fb937

Please sign in to comment.