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:
@@ -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"],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user