diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-29 15:41:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-29 15:41:54 +0200 |
commit | d7ed5518d1f9d1d75c7f59256ba4dcf9d7d96b50 (patch) | |
tree | 137e49f6e96559c3be10677c0b2b97c0c4380c06 | |
parent | d9ccd24b028ec214950d615523504171d5dafbd8 (diff) | |
parent | 6f036bc77817e99351fcbe586122487c137a1898 (diff) | |
download | volse-hubzilla-d7ed5518d1f9d1d75c7f59256ba4dcf9d7d96b50.tar.gz volse-hubzilla-d7ed5518d1f9d1d75c7f59256ba4dcf9d7d96b50.tar.bz2 volse-hubzilla-d7ed5518d1f9d1d75c7f59256ba4dcf9d7d96b50.zip |
Merge remote-tracking branch 'mike/master' into dev
-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); } |