Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-05 17:59:55 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-06-05 17:59:55 +0300
commit69acb4b00ace7f73e61a75ab7b7b96e75c3db971 (patch)
tree74f19109fd14b4886dcc989eb13d5bf785bd9146
parent0c8cb2f952835571f5f49a0567340da29ff63b3a (diff)
parentac34102a3933cd7837102dc74baa3dffbd0386bf (diff)
Merge pull request #69 from Freaks32/master
Fix static method call on private class
-rw-r--r--ajax/savefile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/savefile.php b/ajax/savefile.php
index 0f4d3a1..16b0053 100644
--- a/ajax/savefile.php
+++ b/ajax/savefile.php
@@ -28,7 +28,7 @@ $filecontents = $_POST['filecontents'];
$path = isset($_POST['path']) ? $_POST['path'] : '';
$mtime = isset($_POST['mtime']) ? $_POST['mtime'] : '';
-$l = OC_L10N::get('files_texteditor');
+$l = \OC_L10N('files_texteditor');
if($path != '' && $mtime != '') {
// Get file mtime