]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/redirecturl.php
OAuth related syntax fixes, nothing big
[quix0rs-gnu-social.git] / actions / redirecturl.php
index 2aca4fe02b95ebe82adf713d85d76ca05a2d6626..5c559a8b7ea0bca9dadf1c51b8a381a28f8e7d2f 100644 (file)
@@ -70,7 +70,7 @@ class RedirecturlAction extends Action
             throw new ClientException(_('No id parameter.'));
         }
 
-        $this->file = File::staticGet('id', $this->id);
+        $this->file = File::getKV('id', $this->id);
 
         if (empty($this->file)) {
             // TRANS: Client exception thrown when an invalid ID parameter was provided for a file.