Merge branch 'dev' into docu
This commit is contained in:
@@ -74,6 +74,9 @@ function photo_upload($channel, $observer, $args) {
|
||||
$imagedata = @file_get_contents($tmp_name);
|
||||
@unlink($tmp_name);
|
||||
}
|
||||
else {
|
||||
$imagedata = @file_get_contents($args['os_syspath']);
|
||||
}
|
||||
}
|
||||
else {
|
||||
$imagedata = @file_get_contents($args['os_syspath']);
|
||||
|
Reference in New Issue
Block a user