From b94aa9c333c7025a8e9c2d376e54fd28d5581d3f Mon Sep 17 00:00:00 2001
From: PavelBegunkov <asml.Silence@gmail.com>
Date: Sun, 14 Sep 2014 12:10:08 +0400
Subject: [PATCH] fix 1/2

---
 .../Controller/Handler/{baseDialog.php => BaseDialog1.php}  | 2 +-
 .../Handler/{errMessages.php => ErrMessages1.php}           | 2 +-
 ~dev_rating/media/js/errDialog.js                           | 6 ------
 3 files changed, 2 insertions(+), 8 deletions(-)
 rename ~dev_rating/application/classes/Controller/Handler/{baseDialog.php => BaseDialog1.php} (94%)
 rename ~dev_rating/application/classes/Controller/Handler/{errMessages.php => ErrMessages1.php} (93%)

diff --git a/~dev_rating/application/classes/Controller/Handler/baseDialog.php b/~dev_rating/application/classes/Controller/Handler/BaseDialog1.php
similarity index 94%
rename from ~dev_rating/application/classes/Controller/Handler/baseDialog.php
rename to ~dev_rating/application/classes/Controller/Handler/BaseDialog1.php
index c74ade1d6..f77ed24c6 100644
--- a/~dev_rating/application/classes/Controller/Handler/baseDialog.php
+++ b/~dev_rating/application/classes/Controller/Handler/BaseDialog1.php
@@ -1,6 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
 
-class Controller_Handler_baseDialog extends Controller_Handler {
+class Controller_Handler_BaseDialog extends Controller_Handler {
 		
         public function before() {
           //  $this->model = new Model_baseDialog;
diff --git a/~dev_rating/application/classes/Controller/Handler/errMessages.php b/~dev_rating/application/classes/Controller/Handler/ErrMessages1.php
similarity index 93%
rename from ~dev_rating/application/classes/Controller/Handler/errMessages.php
rename to ~dev_rating/application/classes/Controller/Handler/ErrMessages1.php
index 5798be7ff..80a8988a2 100644
--- a/~dev_rating/application/classes/Controller/Handler/errMessages.php
+++ b/~dev_rating/application/classes/Controller/Handler/ErrMessages1.php
@@ -1,6 +1,6 @@
 <?php defined('SYSPATH') or die('No direct script access.');
 
-class Controller_Handler_errMessages extends Controller_Handler {
+class Controller_Handler_ErrMessages extends Controller_Handler {
 		
         public function before() {
             $this->model = new Model_errMessages;
diff --git a/~dev_rating/media/js/errDialog.js b/~dev_rating/media/js/errDialog.js
index edf32b02b..89f15f654 100644
--- a/~dev_rating/media/js/errDialog.js
+++ b/~dev_rating/media/js/errDialog.js
@@ -30,12 +30,6 @@ $(document).ready(function() {
 						if(!checkMessages)
 						{
 							$.getJSON(URLdir + "handler/errMessages/getRequests", {}, function(data){			//----------------------- Костыль
-								
-								// var date = data['Date'];
-								// var text = data['Description'];
-								// var title = data['Title'];
-								// var status = data['Status'];
-
 								if(typeof(data[0]) != "undefined")
 								{
 									var valHeight = 0;
-- 
GitLab