Closed (outdated)
Project:
BigBlueButton
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 06:28 UTC
Updated:
21 Jul 2016 at 11:13 UTC
Jump to comment: Most recent
Comments
Comment #1
adityadubay commentedActively maintained????
No reply from last 4 days and this module is actively maintained, how?????
Comment #2
amstel commentedI supose nobody responded because it is a simple fix. You just need to edit the bbb.module file in the line mentioned in the error message. Remove the "&" symbol at
drupal_alter('bbb_meeting', &$meeting);so you havedrupal_alter('bbb_meeting', $meeting);.Comment #3
sanduhrs