Browse Source

OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php to spit out lots of error messages.

remotes/origin/stable4
Thomas Tanghus 15 years ago
parent
commit
b8cffbc0ee
  1. 2
      lib/image.php

2
lib/image.php

@ -178,7 +178,7 @@ class OC_Image {
* @brief Prints the image when called as $image().
*/
public function __invoke() {
self::show();
return self::show();
}
/**

Loading…
Cancel
Save