Index: wp-admin/includes/class-wp-list-table.php
===================================================================
--- wp-admin/includes/class-wp-list-table.php	(revision 17549)
+++ wp-admin/includes/class-wp-list-table.php	(working copy)
@@ -475,10 +475,8 @@
 
 		$current = $this->get_pagenum();
 
-		$current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
+		$current_url = remove_query_arg( array( 'hotkeys_highlight_last', 'hotkeys_highlight_first' ) );
 
-		$current_url = remove_query_arg( array( 'hotkeys_highlight_last', 'hotkeys_highlight_first' ), $current_url );
-
 		$page_links = array();
 
 		$disable_first = $disable_last = '';
@@ -631,8 +629,7 @@
 
 		list( $columns, $hidden, $sortable ) = $this->get_column_info();
 
-		$current_url = ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
-		$current_url = remove_query_arg( 'paged', $current_url );
+		$current_url = remove_query_arg( 'paged' );
 
 		if ( isset( $_GET['orderby'] ) )
 			$current_orderby = $_GET['orderby'];
