From 6f036bc77817e99351fcbe586122487c137a1898 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 28 Sep 2018 15:44:18 -0700 Subject: hubzilla core issue #1276 --- util/dcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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); } -- cgit v1.2.3