summaryrefslogtreecommitdiffstats
path: root/core/ajax/translations.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/ajax/translations.php')
-rw-r--r--core/ajax/translations.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ajax/translations.php b/core/ajax/translations.php
index a6433b1964a..2bd6b7ed634 100644
--- a/core/ajax/translations.php
+++ b/core/ajax/translations.php
@@ -29,4 +29,3 @@ $app = $_POST["app"];
$l = OC_L10N::get( $app );
OC_JSON::success(array('data' => $l->getTranslations()));
-?>