diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-02 16:28:09 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-02 16:28:09 -0500 |
commit | ed5a3cae68e6d9cdb4a3421faeae17d66ae211a9 (patch) | |
tree | a26f9ded623572c44fcb08d9931f37010115cfd1 /pages/login.php | |
parent | 3345b13c73e76d2f03a85209d205adb9af49fc6b (diff) | |
download | pathery-ed5a3cae68e6d9cdb4a3421faeae17d66ae211a9.tar.xz |
Refactored chat. Chat now refreshes very slowly when it is not the active tab (or the window is minimized)
Diffstat (limited to 'pages/login.php')
-rw-r--r-- | pages/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/login.php b/pages/login.php index c400e52..5bb1d64 100644 --- a/pages/login.php +++ b/pages/login.php @@ -86,7 +86,7 @@ try { //TODO: This will always fail for Twitter - we need to reconsider our needs...
if($email == '')
{
- $userProfile['op'] = $_GET['op'];
+ $userProfile['op'] = $_GET['op']; //TODO This isn't valid, whoops - but, plan on deleting anyways...
die(throwLoginError($userProfile, "No email provided by {$authenticator->id} - please try a different provider"));
}
createNewUser($claimedid, $display, $email);
|