When creating a RackSpace Files container the form_set_error() function in rackspace.inc will throw an error of trying to use an object in the array. Change line 158 to
array('%name' => $this->settings['rscf_container'])));
The error disappears.
When creating a RackSpace Files container the form_set_error() function in rackspace.inc will throw an error of trying to use an object in the array. Change line 158 to
array('%name' => $this->settings['rscf_container'])));
The error disappears.
Comments
Comment #1
jbrown commentedThanks!
http://drupalcode.org/project/storage_api.git/commitdiff/4744ded