Always make sure your variables are properly initialized:
$list = $_SESSION['list']; if ($list == null || $list == "") { $list = $_SESSION['list']; }
Discovered by @zewillow
You must be logged in to post a comment.