Minor tweaks
This commit is contained in:
parent
bb7c80a25c
commit
ab50c3c6a6
2 changed files with 3 additions and 3 deletions
|
@ -52,8 +52,8 @@ class LBRY_Network_Publisher
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
error_log('Issue publishing post ' . $post->ID . ' to LBRY: ' . $e->getMessage());
|
error_log('Issue publishing post ' . $post->ID . ' to LBRY: ' . $e->getMessage());
|
||||||
} finally {
|
} finally {
|
||||||
// Delete the temporary markdown file
|
//Delete the temporary markdown file
|
||||||
// unlink($filepath);
|
unlink($filepath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,7 @@ class LBRY_Speech
|
||||||
|
|
||||||
$all_media = $this->find_media($post_id);
|
$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) {
|
if ($all_media) {
|
||||||
$requests = array();
|
$requests = array();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue