mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
code formatting
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42161 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
dc84c5a924
commit
78ed0a0795
@ -1349,7 +1349,7 @@ JS
|
|||||||
function MultipleLanguages() {
|
function MultipleLanguages() {
|
||||||
$langs = i18n::get_existing_languages('SiteTree');
|
$langs = i18n::get_existing_languages('SiteTree');
|
||||||
|
|
||||||
return count($langs)>1;
|
return (count($langs) > 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user