]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Enjit/enjitqueuehandler.php
MINOR: Please don't set a+x on files which are not being executed as shell script...
[quix0rs-gnu-social.git] / plugins / Enjit / enjitqueuehandler.php
index 284f29477c9782bce22117653f2341ad37ec15c5..c0332b91a2f6f8cb38e452a42ff6b84a596719d7 100644 (file)
@@ -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);