diff --git a/wp/wp-includes/query.php b/wp/wp-includes/query.php
index 6cfdd2e..7c5548f 100644
--- a/wp/wp-includes/query.php
+++ b/wp/wp-includes/query.php
@@ -3083,7 +3083,7 @@ class WP_Query {
 			if ( !$page )
 				$page = 1;
 
-			if ( empty($q['offset']) ) {
+			if ( !isset($q['offset']) ) {
 				$pgstrt = absint( ( $page - 1 ) * $q['posts_per_page'] ) . ', ';
 			} else { // we're ignoring $page and using 'offset'
 				$q['offset'] = absint($q['offset']);
