bad log constant
This commit is contained in:
parent
a32bfe7d87
commit
cb5bcf4937
|
@ -176,7 +176,7 @@ class OembedPlugin extends Plugin
|
||||||
}
|
}
|
||||||
$file->setTitle($oembed_data->title);
|
$file->setTitle($oembed_data->title);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
common_log(LOG_WARN, sprintf(__METHOD__.': %s thrown when getting oEmbed data: %s', get_class($e), _ve($e->getMessage())));
|
common_log(LOG_WARNING, sprintf(__METHOD__.': %s thrown when getting oEmbed data: %s', get_class($e), _ve($e->getMessage())));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user