summaryrefslogtreecommitdiffstats
path: root/ajax/usersettings.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-09-07 15:21:03 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2012-09-07 15:21:03 +0200
commita59854cc809828501371dc934362c81a82e83cee (patch)
tree24e9172389f9fdf3aaaac50452f90c8dc9e77ed1 /ajax/usersettings.php
parentce2e3bd0cba51d5625c53d14bd58204eca89eaf2 (diff)
adding space between) and {
Diffstat (limited to 'ajax/usersettings.php')
-rw-r--r--ajax/usersettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ajax/usersettings.php b/ajax/usersettings.php
index df8d62a44..010bb49b8 100644
--- a/ajax/usersettings.php
+++ b/ajax/usersettings.php
@@ -15,8 +15,8 @@ OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('news');
OCP\JSON::callCheck();
-if(isset($_POST['showAll'])){
- if($_POST['showAll'] === 'false'){
+if(isset($_POST['showAll'])) {
+ if($_POST['showAll'] === 'false') {
$showAll = false;
} else {
$showAll = true;