Panopto / Moodle-2.0-plugin-for-Panopto

Panopto's integration with the Moodle LMS.
http://www.panopto.com
GNU General Public License v3.0
18 stars 38 forks source link

Undefined offset #141

Closed haietza closed 5 years ago

haietza commented 5 years ago

Receive this error on Moodle 3.4.6: Notice: Undefined offset: 0 in /var/www/html/34/blocks/panopto/settings.php on line 109

When $targetserverarray is set, $targetserverarray[0] does not exist. It is only when $targetserverarray is not set that $targetserverarray[0] exists. I think the logic on line 103 may be reversed.

jmalmsten-panopto commented 5 years ago

Hi,

The logic around this has changed slightly and this should be handled in today's release.