|
@@ -908,7 +908,7 @@ |
|
|
block discarded – undo |
|
908
|
908
|
* @see http://docs.couchdb.org/en/latest/api/server/common.html#post--_replicate |
|
909
|
909
|
*/ |
|
910
|
910
|
public function startReplication($sourceDbUrl, $targetDbUrl, $proxy = NULL, $createTargetDb = TRUE, |
|
911
|
|
- $continuous = FALSE, $filter = NULL, Opt\ViewQueryOpts $opts = NULL) { |
|
|
911
|
+ $continuous = FALSE, $filter = NULL, Opt\ViewQueryOpts $opts = NULL) { |
|
912
|
912
|
// Sets source and target databases. |
|
913
|
913
|
if (is_string($sourceDbUrl) && !empty($sourceDbUrl) && |
|
914
|
914
|
is_string($targetDbUrl) && !empty($targetDbUrl)) { |
Please login to merge, or discard this patch.