[spalenque] - #6968 *BUG FIX

This commit is contained in:
santipalenque 2014-11-26 14:42:07 -03:00 committed by Sebastian Marcet
parent e7ae2d0e27
commit e841182531
1 changed files with 1 additions and 1 deletions

View File

@ -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);