summaryrefslogtreecommitdiffstats
path: root/core/ajax/translations.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-04 13:17:14 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-04 13:17:14 +0300
commit5bd4d6b0513dd7944641dfc4498b77f7c66da40b (patch)
treeb3a522d3be5163c3be3b835c8d47eed93d1fa58b /core/ajax/translations.php
parent9e5807d1f9ae1b33c5cdbd6a1a126ec52270865e (diff)
downloadnextcloud-server-5bd4d6b0513dd7944641dfc4498b77f7c66da40b.tar.gz
nextcloud-server-5bd4d6b0513dd7944641dfc4498b77f7c66da40b.zip
Respect coding style
Diffstat (limited to 'core/ajax/translations.php')
-rw-r--r--core/ajax/translations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ajax/translations.php b/core/ajax/translations.php
index 2bd6b7ed634..75679da2c04 100644
--- a/core/ajax/translations.php
+++ b/core/ajax/translations.php
@@ -22,7 +22,7 @@
*/
// Init owncloud
-require_once('../../lib/base.php');
+require_once '../../lib/base.php';
$app = $_POST["app"];