Index: ms.php
===================================================================
--- ms.php	(revision 39549)
+++ ms.php	(working copy)
@@ -704,7 +704,7 @@
  * @return bool True if the user has proper permissions, false if they do not.
  */
 function check_import_new_users( $permission ) {
-	if ( !is_super_admin() )
+	if ( !current_user_can( 'manage_network_users' ) )
 		return false;
 	return true;
 }
