issue #519 continued
This commit is contained in:
parent
095e2bf0b3
commit
245c2d4eed
@ -1106,8 +1106,11 @@ function sync_files($channel,$files) {
|
|||||||
// If the hash ever contains any escapable chars this could cause
|
// If the hash ever contains any escapable chars this could cause
|
||||||
// problems. Currently it does not.
|
// problems. Currently it does not.
|
||||||
|
|
||||||
dbesc_array($att);
|
// @TODO implement os_path
|
||||||
|
if(!isset($att['os_path']))
|
||||||
|
$att['os_path'] = '';
|
||||||
|
|
||||||
|
dbesc_array($att);
|
||||||
|
|
||||||
if($attach_exists) {
|
if($attach_exists) {
|
||||||
logger('sync_files attach exists: ' . print_r($att,true), LOGGER_DEBUG);
|
logger('sync_files attach exists: ' . print_r($att,true), LOGGER_DEBUG);
|
||||||
|
Reference in New Issue
Block a user