aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-29 15:41:54 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-29 15:41:54 +0200
commitd7ed5518d1f9d1d75c7f59256ba4dcf9d7d96b50 (patch)
tree137e49f6e96559c3be10677c0b2b97c0c4380c06
parentd9ccd24b028ec214950d615523504171d5dafbd8 (diff)
parent6f036bc77817e99351fcbe586122487c137a1898 (diff)
downloadvolse-hubzilla-d7ed5518d1f9d1d75c7f59256ba4dcf9d7d96b50.tar.gz
volse-hubzilla-d7ed5518d1f9d1d75c7f59256ba4dcf9d7d96b50.tar.bz2
volse-hubzilla-d7ed5518d1f9d1d75c7f59256ba4dcf9d7d96b50.zip
Merge remote-tracking branch 'mike/master' into dev
-rwxr-xr-xutil/dcp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dcp b/util/dcp
index ecef67804..5dd9a8807 100755
--- a/util/dcp
+++ b/util/dcp
@@ -28,7 +28,7 @@ if($argc < 3) {
if(strpos($dstfile,'store/') === 0)
$dstfile = substr($dstfile,6);
- if(strpos($dstfile,'/'))
+ if(strpos($dstfile,'/')) {
$nick = substr($dstfile,0,strpos($dstfile,'/'));
$dstfile = substr($dstfile,strlen($nick)+1);
}