Fix validation

pull/2487/head
Julio 10 years ago
parent ae856afd84
commit 42fe7c2aa6
  1. 2
      plugin/bbb/lib/bbb.lib.php

@ -64,7 +64,7 @@ class bbb
}
}
if ($bbbPlugin === true) {
if ($bbbPlugin === 'true') {
$userInfo = api_get_user_info();
$this->userCompleteName = $userInfo['complete_name'];
$this->salt = $bbb_salt;

Loading…
Cancel
Save