Skip to content
Snippets Groups Projects
Commit b8cffbc0 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php...

OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php to spit out lots of error messages.
parent 2a184631
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ class OC_Image { ...@@ -178,7 +178,7 @@ class OC_Image {
* @brief Prints the image when called as $image(). * @brief Prints the image when called as $image().
*/ */
public function __invoke() { public function __invoke() {
self::show(); return self::show();
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment