Skip to content

Commit

Permalink
Bugfix require_once
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuder committed Apr 17, 2015
1 parent 068bca1 commit a0f5d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/class.ilUserTakeOverUIHookGUI.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
require_once('./Services/UIComponent/classes/class.ilUIHookPluginGUI.php');
require_once './Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/UserTakeOver/classes/class.usrtoGUI.php';
//require_once './Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/UserTakeOver/classes/class.usrtoGUI.php';
require_once('./Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/UserTakeOver/classes/class.usrtoHelper.php');

/**
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$id = 'usrto';
$version = '1.1.0';
$version = '1.1.1';
$ilias_min_version = '4.3.0';
$ilias_max_version = '5.0.999';
$responsible = 'Martin Studer, Fabian Schmid';
Expand Down

0 comments on commit a0f5d3a

Please sign in to comment.