Minor tweaks

This commit is contained in:
Paul Kirby 2018-10-31 15:07:21 -05:00
parent bb7c80a25c
commit ab50c3c6a6
2 changed files with 3 additions and 3 deletions

View file

@ -52,8 +52,8 @@ class LBRY_Network_Publisher
} catch (Exception $e) {
error_log('Issue publishing post ' . $post->ID . ' to LBRY: ' . $e->getMessage());
} finally {
// Delete the temporary markdown file
// unlink($filepath);
//Delete the temporary markdown file
unlink($filepath);
}
}
}

View file

@ -51,7 +51,7 @@ class LBRY_Speech
$all_media = $this->find_media($post_id);
// IDEA: Notify user if post save time will take a while, may be a concern for request timeouts
// IDEA: Notify user if post save time will take a while
if ($all_media) {
$requests = array();