Refs #1727 - Tabs to spaces

This commit is contained in:
Samuel Georges 2016-02-13 15:47:34 +11:00
parent 7d3a73cd31
commit e0fc27b0cb
1 changed files with 2 additions and 3 deletions

View File

@ -689,7 +689,7 @@ class RelationController extends ControllerBehavior
$config->showCheckboxes = false; $config->showCheckboxes = false;
$config->recordOnClick = sprintf( $config->recordOnClick = sprintf(
"$.oc.relationBehavior.clickManageListRecord(:%s, '%s', '%s')", "$.oc.relationBehavior.clickManageListRecord(:%s, '%s', '%s')",
$this->relationModel->getKeyName(), $this->relationModel->getKeyName(),
$this->field, $this->field,
$this->relationGetSessionKey() $this->relationGetSessionKey()
); );
@ -700,7 +700,7 @@ class RelationController extends ControllerBehavior
elseif ($isPivot) { elseif ($isPivot) {
$config->recordOnClick = sprintf( $config->recordOnClick = sprintf(
"$.oc.relationBehavior.clickManagePivotListRecord(:%s, '%s', '%s')", "$.oc.relationBehavior.clickManagePivotListRecord(:%s, '%s', '%s')",
$this->relationModel->getKeyName(), $this->relationModel->getKeyName(),
$this->field, $this->field,
$this->relationGetSessionKey() $this->relationGetSessionKey()
); );
@ -1432,5 +1432,4 @@ class RelationController extends ControllerBehavior
return $this->makeConfig($config); return $this->makeConfig($config);
} }
} }