Commit fdaac84a7d8984da7bcbed893f3a4f979d6a5550

Authored by Neil Blakey-Milner
1 parent dcd92c8f

Import GroupUtil before using it


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3455 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/foldermanagement/groupFolderLinkUI.inc
... ... @@ -26,6 +26,8 @@
26 26 * @package foldermanagement
27 27 */
28 28  
  29 +require_once(KT_LIB_DIR . "/groups/GroupUtil.php");
  30 +
29 31 function getFolderPath($iFolderID) {
30 32 global $default;
31 33 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])));
... ...