diff --git a/modules/namespaces.pl b/modules/namespaces.pl index ca02a9a1..f14982be 100644 --- a/modules/namespaces.pl +++ b/modules/namespaces.pl @@ -16,10 +16,11 @@ # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -$ModulesDescription .= '

$Id: namespaces.pl,v 1.8 2004/12/20 12:43:28 as Exp $

'; +$ModulesDescription .= '

$Id: namespaces.pl,v 1.9 2004/12/21 16:19:59 as Exp $

'; my $NamespacesInit = 0; my $NamespacesMain = 'Main'; # to get back to the main namespace +my $NamespacesSelf = 'Self'; # for your own namespace my $NamespaceRoot = ''; my $NamespaceCurrent = ''; @@ -77,6 +78,7 @@ sub NewNamespacesInitVariables { ReportError(Ts('Could not create %s', $DataDir) . ": $!", '500 INTERNAL SERVER ERROR') unless -d $DataDir; } + $InterSite{$NamespacesSelf} = $ScriptName . '?'; } *OldNamespaceDoRc = *DoRc;