Commit 0c20dc90 authored by skummer's avatar skummer

ZP-292 #comment separate single folders with " " instead of "/" #time 15m

git-svn-id: https://z-push.org/svn/z-push/trunk@1532 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent c492e99a
...@@ -427,7 +427,7 @@ class SyncCollections implements Iterator { ...@@ -427,7 +427,7 @@ class SyncCollections implements Iterator {
} }
} }
else else
$checkClasses = implode("/", array_keys($classes)); $checkClasses = implode(" ", array_keys($classes));
$pingTracking = new PingTracking(); $pingTracking = new PingTracking();
$this->changes = array(); $this->changes = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment