gavin1420 / yii-user

Automatically exported from code.google.com/p/yii-user
0 stars 0 forks source link

unreachable code in LoginController::actionLogin() #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in yii-user-0.3-r69, LoginController::actionLogin() on line 21 is an "if" 
condition that always evaluates to true:
if ('/index.php')
so the subsequent "else" clause will never be reached.

Original issue reported on code.google.com by elec...@vgr.pl on 21 Nov 2010 at 5:01

GoogleCodeExporter commented 9 years ago
Wow, this bug!!! Thank's!

Original comment by mish...@gmail.com on 22 Nov 2010 at 2:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r71.

Original comment by mish...@gmail.com on 22 Nov 2010 at 2:45