Skip to content

Commit

Permalink
fix notice
Browse files Browse the repository at this point in the history
  • Loading branch information
philippK-de committed Oct 12, 2016
1 parent 20294b5 commit cf546cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion managetask.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@
}
}
}
if($cleanGet["redir"] == "yes")


if(isset($cleanGet["redir"]) && $cleanGet["redir"] == "yes")
{
$loc = $url . "managetask.php?action=showproject&id=$id&mode=added";
header("Location: $loc");
Expand Down

0 comments on commit cf546cd

Please sign in to comment.