Commit 781025812db1cb633b7edf5fef70c52181ed0969

Authored by nbm
1 parent 67aaeefe

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"])));
... ...