### Eclipse Workspace Patch 1.0
#P wordpress.org
Index: wp-includes/class-wp-xmlrpc-server.php
===================================================================
--- wp-includes/class-wp-xmlrpc-server.php	(revision 18519)
+++ wp-includes/class-wp-xmlrpc-server.php	(working copy)
@@ -2881,9 +2881,11 @@
 		$blog_ID     = (int) $args[0];
 		$username  = $args[1];
 		$password   = $args[2];
-		if ( isset( $args[3] ) )
+		if ( isset( $args[3] ) ) {
 			$query = array( 'numberposts' => absint( $args[3] ) );
-		else
+			if ( isset( $args[4] ) )
+				$query['offset'] = absint( $args[4] );
+		} else
 			$query = array();
 
 		if ( !$user = $this->login($username, $password) )
