I-Framework Error Message: Undefined variable: alert
code 8 on line 407 in file /app/audio/web/app/controllers/MyController.php
source:
-------------------------------------------------------------------
                $redirection = UserPassport::getLoginUrl().urlencode(WEBURL."/my/record?pid=".$this->in->pid);
            } else {
                $redirection = UserPassport::getLoginUrl().urlencode(WEBURL."/my/record");
            }
            IResponse::jsRedirect($alert,"window.location='".$redirection."';");
            return true;
        }