Change paths

This commit is contained in:
paolo
2016-05-04 16:20:26 +02:00
parent 85f3ea1dab
commit 28e1707b4e
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ if (function_exists('get_instance'))
else
require_once(dirname(__FILE__).'/../ci_hack.php');
require_once(dirname(__FILE__).'/../application/models/lehre/Studiengang_model.php');
require_once(dirname(__FILE__).'/../application/models/organisation/Studiengang_model.php');
class studiengang extends Studiengang_model
{