aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-09-28 15:44:18 -0700
committerzotlabs <mike@macgirvin.com>2018-09-28 15:44:18 -0700
commit6f036bc77817e99351fcbe586122487c137a1898 (patch)
treeba0d7a939d65d90314983cac99e8981c2d3bf8d6 /util
parent5cc19ce053338dbc0b1ffdc4b43122479e641837 (diff)
downloadvolse-hubzilla-6f036bc77817e99351fcbe586122487c137a1898.tar.gz
volse-hubzilla-6f036bc77817e99351fcbe586122487c137a1898.tar.bz2
volse-hubzilla-6f036bc77817e99351fcbe586122487c137a1898.zip
hubzilla core issue #1276
Diffstat (limited to 'util')
-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);
}