Skip to content

Commit

Permalink
CS-4579: done
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Saturka committed Feb 18, 2013
1 parent 2d370aa commit abd4644
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -227,7 +227,9 @@ public function takeAction(CampContext &$p_context)
$this->m_properties['rejected'] = false;

$this->m_error = ACTION_OK;
return true;

header('Location: ' . $_SERVER['REQUEST_URI'], true, 303);
exit(0);
}

}

0 comments on commit abd4644

Please sign in to comment.