1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

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

This commit is contained in:
Hannes Magnusson
2013-12-26 15:52:24 -08:00
parent c348cd414f
commit feba5b534f

View File

@@ -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"],
);