Index: trunk/phase3/includes/api/ApiQueryCategoryMembers.php |
— | — | @@ -125,10 +125,10 @@ |
126 | 126 | $this->addOption( 'USE INDEX', 'cl_sortkey' ); |
127 | 127 | } |
128 | 128 | |
| 129 | + $this->setContinuation( $params['continue'], $params['dir'] ); |
| 130 | + |
129 | 131 | $this->addWhere( 'cl_from=page_id' ); |
130 | 132 | |
131 | | - $this->setContinuation( $params['continue'], $params['dir'] ); |
132 | | - |
133 | 133 | $limit = $params['limit']; |
134 | 134 | $this->addOption( 'LIMIT', $limit + 1 ); |
135 | 135 | |