From 78ed0a0795f930df4f48d6f7216cb2833373e88c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 16 Sep 2007 20:53:31 +0000 Subject: [PATCH] code formatting git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42161 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/CMSMain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/CMSMain.php b/code/CMSMain.php index cc8a2c9b..00a8f567 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -1348,8 +1348,8 @@ JS */ function MultipleLanguages() { $langs = i18n::get_existing_languages('SiteTree'); - - return count($langs)>1; + + return (count($langs) > 1); } /**