diff options
Diffstat (limited to 'core/ajax')
-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 a1e84487f63..adaf7dcb758 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"]; |