From e841182531f07d19bc30cba4afa6aca0daa03ab3 Mon Sep 17 00:00:00 2001 From: santipalenque Date: Wed, 26 Nov 2014 14:42:07 -0300 Subject: [PATCH] [spalenque] - #6968 *BUG FIX --- marketplace/code/infrastructure/factories/TrainingFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketplace/code/infrastructure/factories/TrainingFactory.php b/marketplace/code/infrastructure/factories/TrainingFactory.php index 613d1db..50ab77e 100644 --- a/marketplace/code/infrastructure/factories/TrainingFactory.php +++ b/marketplace/code/infrastructure/factories/TrainingFactory.php @@ -25,7 +25,7 @@ final class TrainingFactory implements ITrainingFactory { * @param null|string $call_2_action_url * @return ICompanyService */ - public function buildCompanyService($name, $overview, ICompany $company, $active, IMarketPlaceType $marketplace_type, $call_2_action_url = null, $live_service = null) + public function buildCompanyService($name, $overview, ICompany $company, $active, IMarketPlaceType $marketplace_type, $call_2_action_url = null, $live_service = null, $published = null) { $training = new TrainingService; $training->setName($name);