EVE-SECURE / temars-eve-api

Automatically exported from code.google.com/p/temars-eve-api
0 stars 0 forks source link

Undefined error on lines 2141 and 2142 on TEA.php #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TEA Version?
1.2.0

SMF Version?
2.0 RC5

What steps will reproduce the problem?
1. Register a new user

What is the expected output? What do you see instead?
Scripts work, but generate an undefined error because the URL 
/index.php?action=register2 is accessed twice, but the tea variables are only 
passed through the first time.

Please provide any additional information below.
This can probably be fixed when TEAAdd is called in Register.php as well, but 
this fix will at least clear any potential errors in the future if SMF changes 
their registration process. 

Fixed in r111

Original issue reported on code.google.com by monorail...@gmail.com on 29 Apr 2011 at 1:15

GoogleCodeExporter commented 9 years ago
The fix created another error further down because the code is expecting an 
array.  I modified the fix appropriately.

Original comment by monorail...@gmail.com on 29 Apr 2011 at 3:50

GoogleCodeExporter commented 9 years ago

Original comment by tema...@googlemail.com on 14 Aug 2011 at 3:07