a few more minor changes

This commit is contained in:
DrudexSoftware 2013-03-10 08:56:58 +01:00
parent a4b29f0254
commit a89d417546
2 changed files with 3 additions and 4 deletions

View file

@ -27,9 +27,8 @@ class arrowkey_navigation extends Extension {
// for random_list extension
else if ($event->page_matches("random")) {
$prev_url = make_http(make_link("random"));
$next_url = make_http(make_link("random"));
$this->add_arrowkeys_code($prev_url, $next_url);
$randomurl = make_http(make_link("random"));
$this->add_arrowkeys_code($randomurl, $randomurl);
}
}