Closed tlshaheen closed 9 years ago
For those running in “strict” mode, $this->use_keystone needs to be set or checked if isset() before trying to access it. Otherwise, an error is thrown.
$this->use_keystone
isset()
$this->use_keystone was introduced by #38 .
ok, looks good. Thanks!
For those running in “strict” mode,
$this->use_keystone
needs to be set or checked ifisset()
before trying to access it. Otherwise, an error is thrown.$this->use_keystone
was introduced by #38 .