Fix issue preventing the detection of BBB plugin

1.10.x
Yannick Warnier 9 years ago
parent e37d9ece94
commit 008029b256
  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