From b8a3b345616a16594b08c5b98bc829797ea805a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 21 Mar 2011 22:46:23 +0000 Subject: [PATCH] Producers should always extend BaseProducer --- application/hub/main/producer/class_ | 2 +- .../cruncher/work_units/class_CruncherTestUnitProducer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/hub/main/producer/class_ b/application/hub/main/producer/class_ index 9f8f15d70..257187f8e 100644 --- a/application/hub/main/producer/class_ +++ b/application/hub/main/producer/class_ @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ???Producer extends BaseFrameworkSystem implements Producer, Registerable { +class ???Producer extends BaseProducer implements Producer, Registerable { /** * Protected constructor * diff --git a/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php b/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php index 3b16468c0..768386832 100644 --- a/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php +++ b/application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class CruncherTestUnitProducer extends BaseFrameworkSystem implements UnitProducer, Registerable { +class CruncherTestUnitProducer extends BaseProducer implements UnitProducer, Registerable { /** * Protected constructor * -- 2.39.5