summaryrefslogtreecommitdiffstats
path: root/core/ajax
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-10-23 08:01:09 +0200
committerFelix Moeller <mail@felixmoeller.de>2012-10-23 08:01:09 +0200
commit2d61f0345297a92d23751d3228b74c6dca94d1e5 (patch)
treeb65ce0d556196098253dec35ce9d46aeaba58491 /core/ajax
parent6a00a6b9ed49f9a9da044772e7ca7f3506672100 (diff)
downloadnextcloud-server-2d61f0345297a92d23751d3228b74c6dca94d1e5.tar.gz
nextcloud-server-2d61f0345297a92d23751d3228b74c6dca94d1e5.zip
More Checkstyle cleanup
This is for all LowerCaseConstant warnings
Diffstat (limited to 'core/ajax')
-rw-r--r--core/ajax/requesttoken.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ajax/requesttoken.php b/core/ajax/requesttoken.php
index 96d5402e621..705330b2c3e 100644
--- a/core/ajax/requesttoken.php
+++ b/core/ajax/requesttoken.php
@@ -29,8 +29,8 @@
require_once '../../lib/base.php';
// don't load apps or filesystem for this task
-$RUNTIME_NOAPPS = TRUE;
-$RUNTIME_NOSETUPFS = TRUE;
+$RUNTIME_NOAPPS = true;
+$RUNTIME_NOSETUPFS = true;
// Sanity checks
// using OCP\JSON::callCheck() below protects the token refreshing itself.