issue #82 - args not defined (should be arr)
This commit is contained in:
parent
9b4d32b68c
commit
b2d949ce9a
@ -595,7 +595,7 @@ function attach_store($channel, $observer_hash, $options = '', $arr = null) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
$folder_hash = ((array_key_exists('folder',$args)) ? $args['folder'] : '');
|
||||
$folder_hash = ((($arr) && array_key_exists('folder',$arr)) ? $arr['folder'] : '');
|
||||
}
|
||||
|
||||
if((! $options) || ($options === 'import')) {
|
||||
|
Reference in New Issue
Block a user