diff --git a/core/model/Image.php b/core/model/Image.php index b67f16c10..ac2733763 100755 --- a/core/model/Image.php +++ b/core/model/Image.php @@ -380,7 +380,7 @@ class Image extends File { * @deprecated */ function URL() { - user_error('Image::URL() is deprecated, please use the attribute directly as $myImage->URL.', E_USER_NOTICE); + return $this->getURL(); } }