Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 0a7336d

Browse files
committed
BUG: refs #0294. We need to import KWUtils to be able to use it.
1 parent cb8f63f commit 0a7336d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/GlobalController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
PURPOSE. See the above copyright notices for more information.
1111
=========================================================================*/
1212

13+
require_once BASE_PATH.'/library/KWUtils.php';
14+
1315
/**
1416
* GlobalAction
1517
* Provides global function to the controllers

0 commit comments

Comments
 (0)