diff --git a/libraries/Gravatar.php b/libraries/Gravatar.php index 9291d35..918fc70 100644 --- a/libraries/Gravatar.php +++ b/libraries/Gravatar.php @@ -8,7 +8,7 @@ * * Code repository: @link https://github.com/ivantcholakov/Codeigniter-Gravatar * - * @version 1.1.0 + * @version 1.1.1 * * @license The MIT License (MIT) * @link http://opensource.org/licenses/MIT @@ -102,6 +102,11 @@ public function reset() { return $this; } + public function get_defaults() { + + return $this->defaults; + } + /** * Creates a URL for requesting a Gravatar image. * @link http://en.gravatar.com/site/implement/images/