Browse Source

fixup

pull/40/head
czaks 8 years ago
parent
commit
abe4bdd6ae
  1. 2
      inc/api.php

2
inc/api.php

@ -92,7 +92,7 @@ class Api {
$dotPos = strrpos($file->file, '.');
$apiPost['ext'] = substr($file->file, $dotPos);
$apiPost['tim'] = substr($file->file, 0, $dotPos);
if (isset ($file->hash) && $post->filehash) {
if (isset ($file->hash) && $file->hash) {
$apiPost['md5'] = base64_encode(hex2bin($file->hash));
}
else if (isset ($post->filehash) && $post->filehash) {

Loading…
Cancel
Save