From a3181d7842e4556e87b0f7cb2e868c2f48bb5990 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Wed, 5 Jan 2005 17:14:54 +0000 Subject: [PATCH] Include global variable $default for the rootUrl of the KnowledgeTree. --- lib/visualpatterns/PatternCreate.inc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/visualpatterns/PatternCreate.inc b/lib/visualpatterns/PatternCreate.inc index 967d232..e8c5f3e 100644 --- a/lib/visualpatterns/PatternCreate.inc +++ b/lib/visualpatterns/PatternCreate.inc @@ -74,6 +74,7 @@ class PatternCreate { } function render() { + global $default; $this->sUniqueName .= KTUtil::randomString(); $_SESSION["pelfq_" . $this->sUniqueName . "_object"] = $this->sObject; $_SESSION["pelfq_" . $this->sUniqueName . "_fn"] = $this->sObjectPath; -- libgit2 0.21.4