summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-09-06 15:35:38 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-09-06 15:35:38 +0200
commit033d2de0029bc394720cb9203561323b0b5b1abc (patch)
treeb7bb422200d4dcedd02fbe631a8c82ebfff5c9ad /settings/templates
parent6f7d200838082f84cd482c5f08612268c9378b9f (diff)
downloadnextcloud-server-033d2de0029bc394720cb9203561323b0b5b1abc.tar.gz
nextcloud-server-033d2de0029bc394720cb9203561323b0b5b1abc.zip
Properly include file
Regression from https://github.com/nextcloud/server/commit/005ef115fbffecb22a7ac9e65425419aca90c1aa Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/settings/admin/server.development.notice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/admin/server.development.notice.php b/settings/templates/settings/admin/server.development.notice.php
index f58258fc0ae..d1af82bc9a9 100644
--- a/settings/templates/settings/admin/server.development.notice.php
+++ b/settings/templates/settings/admin/server.development.notice.php
@@ -1,3 +1,3 @@
<div class="section">
- <p><?php include(__DIR__ . '/../settings.development.notice.php'); ?></p>
+ <p><?php include(__DIR__ . '/../../settings.development.notice.php'); ?></p>
</div>