Skip to content

Commit

Permalink
Remove double variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
smgt committed Feb 13, 2012
1 parent 54b4d60 commit 54a4502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpab.php
Expand Up @@ -185,7 +185,6 @@ public function get_user_segment ()
$this->current_variation = $_COOKIE[$key];
}

$this->current_variation = $_COOKIE[$key];
if(empty($this->current_variation))
{
$this->current_variation = '!unset';
Expand Down

0 comments on commit 54a4502

Please sign in to comment.