From af7cd0fddfc1f3e5ebe7d85882ac97862e9fbef5 Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 14 Jul 2007 12:05:29 +0000 Subject: [PATCH] add url field to WikiPageName for interwiki expansion git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5809 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/stdlib.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/stdlib.php b/lib/stdlib.php index 539b152f8..9d57bb265 100644 --- a/lib/stdlib.php +++ b/lib/stdlib.php @@ -1,4 +1,4 @@ -shortName = $shortName; + $this->url = $url; // expand Talk or User, but not to absolute urls! if (strstr($url, '//')) { if ($moniker == 'Talk') @@ -2122,6 +2123,9 @@ function getMemoryUsage() { } // $Log: not supported by cvs2svn $ +// Revision 1.262 2007/06/07 17:02:01 rurban +// fix display of pagenames containing ":" in certain lists +// // Revision 1.261 2007/06/01 06:37:53 rurban // use native debug_print_backtrace // -- 2.45.0