aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/admin/install.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2022-07-14 17:31:34 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2022-07-14 17:31:34 +0200
commitae81b030bf39642946048c1f6bc35eb6a81cb61e (patch)
tree81067159dee6872d76f301e6a71375f0080e513e /app/controllers/admin/install.php
parent1aec5f923fbb53119d3bbf2920241cdd1bf943eb (diff)
fix require once paths, re #1328
Diffstat (limited to 'app/controllers/admin/install.php')
-rw-r--r--app/controllers/admin/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/install.php b/app/controllers/admin/install.php
index dba8ac0..03c9511 100644
--- a/app/controllers/admin/install.php
+++ b/app/controllers/admin/install.php
@@ -1,5 +1,5 @@
<?php
-require_once __DIR__ . '/studip_controller_properties_trait.php';
+require_once __DIR__ . '/../studip_controller_properties_trait.php';
class Admin_InstallController extends Trails_Controller
{