Browse Source

Minor add comments

jmontoya 9 years ago
parent
commit
0d476b8d11

+ 1 - 1
composer.json

@@ -50,7 +50,6 @@
         "twig/extensions": "~1.0",
 
         "symfony/symfony": "~2.7,>=2.7.2",
-        "doctrine/doctrine-bundle": "~1.5",
         "symfony/intl": "^3.0",
         "symfony/assetic-bundle": "~2.3",
         "symfony/swiftmailer-bundle": "~2.3",
@@ -64,6 +63,7 @@
         "jms/serializer-bundle": "~0.12",
         "doctrine/orm": "~2.4",
         "doctrine/dbal": "~2.4",
+        "doctrine/doctrine-bundle": "~1.5",
         "doctrine/migrations": "~1.0@dev",
         "doctrine/doctrine-migrations-bundle": "*@dev",
         "doctrine/doctrine-fixtures-bundle": "~2.2",

+ 4 - 0
main/admin/index.php

@@ -1,5 +1,9 @@
 <?php
 /* For licensing terms, see /license.txt */
+// Check function indexAction in:
+// src/Chamilo/CoreBundle/Controller/Admin/AdminController.php
+//
+exit;
 
 use Chamilo\CoreBundle\Framework\Container;
 

+ 1 - 0
main/inc/lib/template.lib.php

@@ -3,6 +3,7 @@
 
 /**
  * Class Template
+ * @deprecated
  *
  * @author Julio Montoya <gugli100@gmail.com>
  * @todo better organization of the class, methods and variables

+ 1 - 0
src/Chamilo/CoreBundle/Framework/Template.php

@@ -19,6 +19,7 @@ use Display;
 
 /**
  * Class Template
+ *
  * @author Julio Montoya <gugli100@gmail.com>
  * @todo better organization of the class, methods and variables
  *