summaryrefslogtreecommitdiffstats
path: root/pages/login.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-06-02 16:28:09 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-06-02 16:28:09 -0500
commited5a3cae68e6d9cdb4a3421faeae17d66ae211a9 (patch)
treea26f9ded623572c44fcb08d9931f37010115cfd1 /pages/login.php
parent3345b13c73e76d2f03a85209d205adb9af49fc6b (diff)
downloadpathery-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.php2
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);