File_redirection is called statically

This commit is contained in:
Mikael Nordfeldth 2015-07-07 19:48:18 +02:00
parent 6919dda958
commit 45ee2060fa
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class File_redirection extends Managed_DataObject
* size (optional): byte size from Content-Length header
* time (optional): timestamp from Last-Modified header
*/
public function where($in_url, $discover=true) {
static function where($in_url, $discover=true) {
// let's see if we know this...
try {
$a = File::getByUrl($in_url);