mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 10:00:33 -04:00
OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php to spit out lots of error messages.
This commit is contained in:
parent
2a184631d1
commit
b8cffbc0ee
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class OC_Image {
|
|||
* @brief Prints the image when called as $image().
|
||||
*/
|
||||
public function __invoke() {
|
||||
self::show();
|
||||
return self::show();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue