|
@@ -84,7 +84,7 @@ discard block |
|
|
block discarded – undo |
|
84
|
84
|
$this->startPage = 0; |
|
85
|
85
|
} |
|
86
|
86
|
|
|
87
|
|
- $_SERVER['argv'] = [$_SERVER['argv'][0], $this->startPage,'-ss', '-d', $this->depth, '-o', self::MODE, '-conf', implode(',', $this->configuration)]; |
|
|
87
|
+ $_SERVER['argv'] = [$_SERVER['argv'][0], $this->startPage, '-ss', '-d', $this->depth, '-o', self::MODE, '-conf', implode(',', $this->configuration)]; |
|
88
|
88
|
} |
|
89
|
89
|
|
|
90
|
90
|
/** |
|
@@ -100,6 +100,6 @@ discard block |
|
|
block discarded – undo |
|
100
|
100
|
$this->startPage = 0; |
|
101
|
101
|
} |
|
102
|
102
|
|
|
103
|
|
- return implode(',', $this->configuration) . ' (depth: ' . $this->depth . ', startPage:' . $this->startPage . ')'; |
|
|
103
|
+ return implode(',', $this->configuration).' (depth: '.$this->depth.', startPage:'.$this->startPage.')'; |
|
104
|
104
|
} |
|
105
|
105
|
} |
Please login to merge, or discard this patch.