From 94785f34f61acae5f9b9be5224edb16ab1406c98 Mon Sep 17 00:00:00 2001 From: Gus King Date: Mon, 14 Oct 2013 02:13:59 -0400 Subject: [PATCH] Fixed indentation and removed //todo comments. --- code/model/Translatable.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/code/model/Translatable.php b/code/model/Translatable.php index ba0d963..c1f754a 100755 --- a/code/model/Translatable.php +++ b/code/model/Translatable.php @@ -1069,24 +1069,24 @@ class Translatable extends DataExtension implements PermissionProvider { _t('Translatable.EXISTING', 'Existing translations'), 3 )); - if(!$tab->fieldByName('existingtrans')) { + if (!$tab->fieldByName('existingtrans')) { $existingTransHTML = ''; - $tab->push(new LiteralField('existingtrans',$existingTransHTML)); + $tab->push(new LiteralField('existingtrans', $existingTransHTML)); } } }