Index: src/includes/admin/converters/phpBB.php
===================================================================
--- src/includes/admin/converters/phpBB.php	(revision 6666)
+++ src/includes/admin/converters/phpBB.php	(working copy)
@@ -710,13 +710,13 @@
 
 	/**
 	 * This method is to save the salt and password together.  That
-	 * way when it is authenticate it we can get it out of the database
+	 * way when it is authenticated, we can get it out of the database
 	 * as one value.
 	 */
 	public function callback_savepass( $field, $row ) {
 		return array(
 			'hash' => $field,
-			'salt' => $row['salt']
+			'salt' => $row['user_form_salt']
 		);
 	}
 
