We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a13522 commit 88995d3Copy full SHA for 88995d3
Zencoder.php
@@ -62,7 +62,7 @@ function update_attributes($attributes = array()) {
62
// Create output file objects
63
if($attr_name == "outputs" && is_array($attr_value)) {
64
$this->create_outputs($attr_value);
65
- } elseif (!function_exists($this->$attr_name)) {
+ } elseif (!method_exists($this, $attr_name)) {
66
$this->$attr_name = $attr_value;
67
}
68
0 commit comments