From 5bd4d6b0513dd7944641dfc4498b77f7c66da40b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Tue, 4 Sep 2012 13:17:14 +0300
Subject: [PATCH] Respect coding style

---
 core/ajax/translations.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/ajax/translations.php b/core/ajax/translations.php
index 2bd6b7ed63..75679da2c0 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"];
 
-- 
GitLab