Skip to content
Snippets Groups Projects
Commit ae81b030 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix require once paths, re #1328

parent 1aec5f92
No related branches found
No related tags found
No related merge requests found
<?php
require_once __DIR__ . '/studip_controller_properties_trait.php';
require_once __DIR__ . '/../studip_controller_properties_trait.php';
class Admin_InstallController extends Trails_Controller
{
......
......@@ -9,8 +9,8 @@
* the License, or (at your option) any later version.
*/
require_once __DIR__ . '/studip_controller_properties_trait.php';
require_once __DIR__ . '/studip_response.php';
require_once 'studip_controller_properties_trait.php';
require_once 'studip_response.php';
abstract class StudipController extends Trails_Controller
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment