Merge branch 'dev' into docu

This commit is contained in:
git-marijus
2017-11-04 10:22:58 +01:00
committed by GitHub
2061 changed files with 487455 additions and 500754 deletions

View File

@@ -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']);