Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

pull/2757/head^2
Angel Fernando Quiroz Campos 7 years ago
commit 1303384901
  1. 3
      plugin/buycourses/admin.php
  2. 2
      plugin/buycourses/src/buy_course_plugin.class.php

@ -0,0 +1,3 @@
<?php
// Redirect to buycourses/index.php
header('location: index.php');

@ -52,6 +52,8 @@ class BuyCoursesPlugin extends Plugin
const CULQI_INTEGRATION_TYPE = 'INTEG';
const CULQI_PRODUCTION_TYPE = 'PRODUC';
public $isAdminPlugin = true;
/**
* BuyCoursesPlugin constructor.
*/

Loading…
Cancel
Save