iron-io / iron_mq_php

PHP client for IronMQ.
www.iron.io
BSD 2-Clause "Simplified" License
89 stars 43 forks source link

Check if $this->use_keystone is set before using it #42

Closed tlshaheen closed 9 years ago

tlshaheen commented 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 was introduced by #38 .

thousandsofthem commented 9 years ago

ok, looks good. Thanks!