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:
2010-09-16 23:49:01 +01:00
parent cdae2c0f1f
commit 3977dc6038

View File

@@ -9,6 +9,8 @@ class RippingCluster_Worker_Plugin_HandBrake extends RippingCluster_PluginBase i
private $output;
private $gearman_job;
private $job;
private $rip_options;