ftimme
2012-11-14 aa78fde6a92f66b84d626e114d8b54a5fb6ece0c
interface/web/sites/aps_packagedetails_show.php
@@ -68,9 +68,10 @@
// Set the active and default tab
$next_tab = 'details';
if(isset($_POST['next_tab']))
if(isset($_POST['next_tab']) || isset($_GET['next_tab']))
{
    switch($_POST['next_tab'])
    $tab = (isset($_POST['next_tab']) ? $_POST['next_tab'] : $_GET['next_tab']);
    switch($tab)
    {
        case 'details': $next_tab = 'details'; break;
        case 'settings': $next_tab = 'settings'; break;