Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
another missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
chfsx committed Sep 20, 2017
1 parent eb9050b commit a8608ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$id = 'ctrlmm';
$version = '3.3.07';
$version = '3.3.08';
$ilias_min_version = '5.1.000';
$ilias_max_version = '5.3.999';
$responsible = 'Fabian Schmid';
Expand Down
1 change: 1 addition & 0 deletions sql/dbupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
?>
<#11>
<?php
require_once('./Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/CtrlMainMenu/classes/EntryInstaceFactory/class.ctrlmmEntryInstaceFactory.php');
require_once('./Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/CtrlMainMenu/classes/class.ctrlmm.php');
require_once('./Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/CtrlMainMenu/classes/class.ilCtrlMainMenuConfig.php');
global $ilDB;
Expand Down

0 comments on commit a8608ef

Please sign in to comment.