X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FEnjit%2Fenjitqueuehandler.php;h=c0332b91a2f6f8cb38e452a42ff6b84a596719d7;hb=77d780a59e45701839f77a7d15996c90a07b2bd5;hp=284f29477c9782bce22117653f2341ad37ec15c5;hpb=31b29fde50e9664e1b70064c043879ce87553883;p=quix0rs-gnu-social.git diff --git a/plugins/Enjit/enjitqueuehandler.php b/plugins/Enjit/enjitqueuehandler.php index 284f29477c..c0332b91a2 100644 --- a/plugins/Enjit/enjitqueuehandler.php +++ b/plugins/Enjit/enjitqueuehandler.php @@ -35,7 +35,7 @@ class EnjitQueueHandler extends QueueHandler function handle($notice) { - $profile = Profile::staticGet($notice->profile_id); + $profile = Profile::getKV($notice->profile_id); $this->log(LOG_INFO, "Posting Notice ".$notice->id." from ".$profile->nickname);