Commit:    6428d9439889fc4eac0997bdbdd6e71c8b2f14e0
Author:    Hannes Magnusson <[email protected]>         Thu, 26 Dec 2013 
15:52:24 -0800
Parents:   8eceb3f50952edd7c6f7f88941048447f13d1196
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=6428d9439889fc4eac0997bdbdd6e71c8b2f14e0

Log:
Err #fail broke the language changer when implmementing the goto next/previous 
page keyboard shortcuts

Changed paths:
  M  include/shared-manual.inc


Diff:
diff --git a/include/shared-manual.inc b/include/shared-manual.inc
index bff2c32..e31f1d7 100644
--- a/include/shared-manual.inc
+++ b/include/shared-manual.inc
@@ -375,7 +375,7 @@ function manual_setup($setup) {
             "next"     => $base . $setup["next"][0],
         ),
         "lang" => $base . $setup["head"][1],
-        "thispage" => $base . $setup["this"][0],
+        "thispage" => $setup["this"][0],
         "prev" => $setup["prev"],
         "next" => $setup["next"],
     );


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to