Fix course creation

pull/3064/head
Julio Montoya 5 years ago
parent eb2792fa36
commit 03cf40a039
  1. 2
      src/CoreBundle/Tool/AbstractTool.php

@ -52,7 +52,7 @@ abstract class AbstractTool implements ToolInterface
*/
public function getLink()
{
return $this->link;
return $this->link ? $this->link : '';
}
/**

Loading…
Cancel
Save