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

remotes/origin/stable
Thomas Tanghus 14 years ago
parent 2a184631d1
commit b8cffbc0ee
  1. 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