More linting.
This commit is contained in:
parent
8de816d7dd
commit
ec4111430d
@ -193,7 +193,7 @@ class ExtManager extends Extension {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string[] $extra
|
||||
* @param string[] $extras
|
||||
*/
|
||||
private function write_config($extras) {
|
||||
file_put_contents(
|
||||
|
@ -376,7 +376,7 @@ class ImageIO extends Extension {
|
||||
$image->tag_array = array();
|
||||
send_event(new TagSetEvent($image, $tags_to_set));
|
||||
|
||||
if($image->source) {
|
||||
if($image->source !== null) {
|
||||
log_info("core-image", "Source for Image #{$image->id} set to: {$image->source}");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user