Commit 2904d43274792d71d555273512da5725307070c8
1 parent
2314e91a
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
Showing
1 changed file
with
1 additions
and
0 deletions
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; | ... | ... |