Skip to content
Snippets Groups Projects
Commit 49366385 authored by xamgore's avatar xamgore
Browse files

Unreachable statement fix

parent 19987336
Branches
Tags
No related merge requests found
......@@ -451,7 +451,6 @@ class Controller_Handler_FileCreator extends Controller_Handler
if ($index === 0) {
throw HTTP_Exception::factory(400);
return;
}
$this->GetHeaders("FinalForm_".$gradeNum."_".$groupNum);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment