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

Commit

Permalink
missing requires
Browse files Browse the repository at this point in the history
  • Loading branch information
chfsx committed Sep 19, 2017
1 parent d624dd0 commit eb9050b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/dbupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
?>
<#11>
<?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;
$table_column = ctrlmmEntry::returnDbTableName();
if ($ilDB->tableColumnExists($table_column, 'type')) {
Expand Down

0 comments on commit eb9050b

Please sign in to comment.