]> source.dussan.org Git - nextcloud-server.git/commitdiff
Respect coding style
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:17:14 +0000 (13:17 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 10:17:14 +0000 (13:17 +0300)
core/ajax/translations.php

index 2bd6b7ed634d9b8032ed223a26393190cc788b5f..75679da2c0466cf904955aabf6fc39013398abfd 100644 (file)
@@ -22,7 +22,7 @@
 */
 
 // Init owncloud
-require_once('../../lib/base.php');
+require_once '../../lib/base.php';
 
 $app = $_POST["app"];