akhil-chaurasia / tokboxapi

Automatically exported from code.google.com/p/tokboxapi
0 stars 0 forks source link

Missing "$" character on line 44 and line 66 of TokBoxCall.php revision 6 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line 66 of TokBoxCall.php revision 6 is missing a "$" character before the 
variable name:

        if(!joinCall)

Should be:

        if(!$joinCall)

Same with line 44 of TokBoxCall.php revision 6:

        if(!createInvite)

Should be:

        if(!$createInvite)

-Geoffrey Lee

Original issue reported on code.google.com by Geoffrey...@gmail.com on 14 Mar 2009 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by melih.onvural@gmail.com on 24 Mar 2009 at 7:24