Commit a3181d7842e4556e87b0f7cb2e868c2f48bb5990

Authored by Neil Blakey-Milner
1 parent 36b2cacf

Include global variable $default for the rootUrl of the KnowledgeTree.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3116 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/visualpatterns/PatternCreate.inc
... ... @@ -74,6 +74,7 @@ class PatternCreate {
74 74 }
75 75  
76 76 function render() {
  77 + global $default;
77 78 $this->sUniqueName .= KTUtil::randomString();
78 79 $_SESSION["pelfq_" . $this->sUniqueName . "_object"] = $this->sObject;
79 80 $_SESSION["pelfq_" . $this->sUniqueName . "_fn"] = $this->sObjectPath;
... ...