Browse Source

Merge pull request #453 from AngelFQC/7338

Fix PHPDoc and move REST webservice to main directory - refs #7338
Julio 10 years ago
parent
commit
8146057160
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/webservices/rest.php

+ 1 - 1
webservices/rest.php → main/webservices/rest.php

@@ -3,7 +3,7 @@
 /**
  * Controller for REST request
  * @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
- * @package chamilo.plugin.tour
+ * @package chamilo.webservices
  */
 /* Require libs and classes */
 require_once '../main/inc/global.inc.php';