From e0fc27b0cb75d6e34e60e5c035c88d6a4a4baea2 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 13 Feb 2016 15:47:34 +1100 Subject: [PATCH] Refs #1727 - Tabs to spaces --- modules/backend/behaviors/RelationController.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/backend/behaviors/RelationController.php b/modules/backend/behaviors/RelationController.php index f948e3e0e..ff13fac7a 100644 --- a/modules/backend/behaviors/RelationController.php +++ b/modules/backend/behaviors/RelationController.php @@ -689,7 +689,7 @@ class RelationController extends ControllerBehavior $config->showCheckboxes = false; $config->recordOnClick = sprintf( "$.oc.relationBehavior.clickManageListRecord(:%s, '%s', '%s')", - $this->relationModel->getKeyName(), + $this->relationModel->getKeyName(), $this->field, $this->relationGetSessionKey() ); @@ -700,7 +700,7 @@ class RelationController extends ControllerBehavior elseif ($isPivot) { $config->recordOnClick = sprintf( "$.oc.relationBehavior.clickManagePivotListRecord(:%s, '%s', '%s')", - $this->relationModel->getKeyName(), + $this->relationModel->getKeyName(), $this->field, $this->relationGetSessionKey() ); @@ -1432,5 +1432,4 @@ class RelationController extends ControllerBehavior return $this->makeConfig($config); } - }