Browse Source

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

tags/v3.0
Thomas Tanghus 12 years ago
parent
commit
b8cffbc0ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/image.php

+ 1
- 1
lib/image.php View File

* @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();
} }


/** /**

Loading…
Cancel
Save