Skip to content

Commit

Permalink
Whispeak: Dont' reset cid in ajax endpoints - refs BT#17415
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Jul 20, 2020
1 parent 0b7a24b commit 7ff25fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions plugin/whispeakauth/ajax/authentify_password.php
Expand Up @@ -3,8 +3,6 @@

use Chamilo\PluginBundle\Entity\WhispeakAuth\LogEvent;

$cidReset = true;

require_once __DIR__.'/../../../main/inc/global.inc.php';

api_block_anonymous_users(false);
Expand Down
2 changes: 0 additions & 2 deletions plugin/whispeakauth/ajax/record_audio.php
Expand Up @@ -4,8 +4,6 @@
use Chamilo\PluginBundle\WhispeakAuth\Controller\AuthenticationController;
use Chamilo\PluginBundle\WhispeakAuth\Controller\EnrollmentController;

$cidReset = true;

require_once __DIR__.'/../../../main/inc/global.inc.php';

$action = isset($_POST['action']) ? $_POST['action'] : 'enrollment';
Expand Down

0 comments on commit 7ff25fd

Please sign in to comment.