Update mastodonapi.php
This commit is contained in:
parent
fe6e16c7d0
commit
6c6232534e
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
// Mastodonapi extension, https://codeberg.org/simonpipe/yellow-mastodonapi
|
// Mastodonapi extension, https://codeberg.org/simonpipe/yellow-mastodonapi
|
||||||
|
|
||||||
class YellowMastodonapi {
|
class YellowMastodonapi {
|
||||||
const VERSION = "0.9.3";
|
const VERSION = "0.9.4";
|
||||||
public $yellow; // access to API
|
public $yellow; // access to API
|
||||||
|
|
||||||
// Initialize extension
|
// Initialize extension
|
||||||
|
|
@ -221,6 +221,6 @@ class YellowMastodonapi {
|
||||||
|
|
||||||
// Return status file path
|
// Return status file path
|
||||||
private function getStatusFile() {
|
private function getStatusFile() {
|
||||||
return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.log";
|
return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.status";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue