# This patch file uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
# Patch adds the scheme parameter = 'login' which the site_url() signature 
# accepts and uses to return the proper scheme, especially useful if using SSL.
# This is for the new BP-SN-FRAMEWORK theme file.
# Jason Giedymin - AcronymLabs.com
--- /bp-themes/bp-sn-framework/userbar.php
+++ /bp-themes/bp-sn-framework/userbar.php
@@ -23,7 +23,7 @@
 
 		<p id="login-text"><?php _e( 'You must log in to access your account.', 'buddypress' ) ?></p>
 
-		<form name="loginform" id="loginform" action="<?php echo site_url('wp-login.php') ?>" method="post">
\ No newline at end of file
+		<form name="loginform" id="loginform" action="<?php echo site_url('wp-login.php', 'login') ?>" method="post">
\ No newline at end of file
 			<p>
 				<label><?php _e( 'Username', 'buddypress' ) ?><br />
 				<input type="text" name="log" id="user_login" class="input" value="<?php echo attribute_escape(stripslashes($user_login)); ?>" /></label>
