diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:17:14 +0300 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:17:14 +0300 |
commit | 5bd4d6b0513dd7944641dfc4498b77f7c66da40b (patch) | |
tree | b3a522d3be5163c3be3b835c8d47eed93d1fa58b /core/ajax/translations.php | |
parent | 9e5807d1f9ae1b33c5cdbd6a1a126ec52270865e (diff) | |
download | nextcloud-server-5bd4d6b0513dd7944641dfc4498b77f7c66da40b.tar.gz nextcloud-server-5bd4d6b0513dd7944641dfc4498b77f7c66da40b.zip |
Respect coding style
Diffstat (limited to 'core/ajax/translations.php')
-rw-r--r-- | core/ajax/translations.php | 2 |
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"]; |