Fixes bug with undefined class member
HandBrake Worker plugin was a gearman_job member that was not actually defined by the class. Added the definition to resolve the problem.
This commit is contained in:
@@ -9,6 +9,8 @@ class RippingCluster_Worker_Plugin_HandBrake extends RippingCluster_PluginBase i
|
|||||||
|
|
||||||
private $output;
|
private $output;
|
||||||
|
|
||||||
|
private $gearman_job;
|
||||||
|
|
||||||
private $job;
|
private $job;
|
||||||
|
|
||||||
private $rip_options;
|
private $rip_options;
|
||||||
|
|||||||
Reference in New Issue
Block a user