summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/files/error.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_encryption/files/error.php')
-rw-r--r--apps/files_encryption/files/error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index f93c67d920a..afe604f8ecb 100644
--- a/apps/files_encryption/files/error.php
+++ b/apps/files_encryption/files/error.php
@@ -1,6 +1,6 @@
<?php
if (!isset($_)) { //also provide standalone error page
- require_once '../../../lib/base.php';
+ require_once realpath(dirname(__FILE__) . '/../../../lib/base.php');
$l = OC_L10N::get('files_encryption');