issue #538 continued

This commit is contained in:
redmatrix
2016-09-29 16:20:26 -07:00
parent fcd7dc8744
commit 3727bea29a
5 changed files with 8 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ class Getfile extends \Zotlabs\Web\Controller {
killme();
}
$r = attach_by_hash($resource,$revision);
$r = attach_by_hash($resource,$channel['channel_hash'],$revision);
if(! $r['success']) {
logger('attach_by_hash failed: ' . $r['message']);