From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- demos/quickstart/protected/controls/DocLink.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/controls') diff --git a/demos/quickstart/protected/controls/DocLink.php b/demos/quickstart/protected/controls/DocLink.php index b1043821..758a1645 100644 --- a/demos/quickstart/protected/controls/DocLink.php +++ b/demos/quickstart/protected/controls/DocLink.php @@ -20,8 +20,8 @@ class DocLink extends THyperLink $paths=explode('.',$this->getClassPath()); if(count($paths)>1) { - $classFile=array_pop($paths).'.html'; - $this->setNavigateUrl(self::BASE_URL . '/' . implode('.',$paths) . '/' . $classFile); + $classFile='class-'.array_pop($paths).'.html'; + $this->setNavigateUrl(self::BASE_URL . '/' . $classFile); if($this->getText() === '') $this->setText('API Manual'); } -- cgit v1.2.3