Index: branches/dev/data/class/SC_Customer.php
===================================================================
--- branches/dev/data/class/SC_Customer.php	(revision 11460)
+++ branches/dev/data/class/SC_Customer.php	(revision 14948)
@@ -46,5 +46,5 @@
 		
 		if ( strlen($email) > 0 && strlen($pass) > 0 ){
-			$this->getCustomerDataFromEmailPass( $email, $pass );
+			$this->getCustomerDataFromEmailPass( $pass, $email);
 		}
 	}
