소스 검색

Merge pull request #453 from AngelFQC/7338

Fix PHPDoc and move REST webservice to main directory - refs #7338
Julio 10 년 전
부모
커밋
8146057160
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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';