diff options
author | zotlabs <mike@macgirvin.com> | 2018-09-28 15:44:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-09-28 15:44:18 -0700 |
commit | 6f036bc77817e99351fcbe586122487c137a1898 (patch) | |
tree | ba0d7a939d65d90314983cac99e8981c2d3bf8d6 /util/dcp | |
parent | 5cc19ce053338dbc0b1ffdc4b43122479e641837 (diff) | |
download | volse-hubzilla-6f036bc77817e99351fcbe586122487c137a1898.tar.gz volse-hubzilla-6f036bc77817e99351fcbe586122487c137a1898.tar.bz2 volse-hubzilla-6f036bc77817e99351fcbe586122487c137a1898.zip |
hubzilla core issue #1276
Diffstat (limited to 'util/dcp')
-rwxr-xr-x | util/dcp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |