Merge branch 'PHRAS-1745_PORT_custom_links' into PHRAS-1735_add_git_log

# Conflicts:
#	.bowerrc
This commit is contained in:
Mike Ng
2018-01-08 16:37:46 +04:00
parent a853ec7d8d
commit a08a55b58e
9 changed files with 22 additions and 16 deletions

View File

@@ -38,12 +38,10 @@ class SetupController extends Controller
public function submitGlobalsAction(Request $request)
{
if (null !== $this->configuration->get('registry'))
{
if (null !== $this->configuration->get('registry')) {
$form = $this->registryFormManipulator->createForm($this->configuration);
}
else
{
else {
$form = $this->registryFormManipulator->createForm();
}