@@ 363-366 (lines=4) @@ | ||
360 | $cont = explode( '|', $this->params['continue'] ); |
|
361 | ||
362 | switch ( count( $cont ) ) { |
|
363 | case 8: |
|
364 | // redirect page ID for result adding |
|
365 | $this->cont[7] = (int)$cont[7]; |
|
366 | $this->dieContinueUsageIf( $cont[7] !== (string)$this->cont[7] ); |
|
367 | ||
368 | /* Fall through */ |
|
369 | ||
@@ 370-373 (lines=4) @@ | ||
367 | ||
368 | /* Fall through */ |
|
369 | ||
370 | case 7: |
|
371 | // top-level page ID for result adding |
|
372 | $this->cont[6] = (int)$cont[6]; |
|
373 | $this->dieContinueUsageIf( $cont[6] !== (string)$this->cont[6] ); |
|
374 | ||
375 | /* Fall through */ |
|
376 |