From 493663850e1539c993a6b4c44494de6b9cff3a78 Mon Sep 17 00:00:00 2001
From: xamgore <xamgore@ya.ru>
Date: Wed, 11 Mar 2015 18:26:43 +0300
Subject: [PATCH] Unreachable statement fix

---
 .../application/classes/Controller/Handler/FileCreator.php       | 1 -
 1 file changed, 1 deletion(-)

diff --git a/~dev_rating/application/classes/Controller/Handler/FileCreator.php b/~dev_rating/application/classes/Controller/Handler/FileCreator.php
index 93578478d..27ab90ddc 100644
--- a/~dev_rating/application/classes/Controller/Handler/FileCreator.php
+++ b/~dev_rating/application/classes/Controller/Handler/FileCreator.php
@@ -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);
-- 
GitLab