diff options
Diffstat (limited to 'lib/public/template.php')
-rw-r--r-- | lib/public/template.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/template.php b/lib/public/template.php index 35b2c26b3a0..7e46745c9d8 100644 --- a/lib/public/template.php +++ b/lib/public/template.php @@ -45,7 +45,7 @@ namespace OCP; * @param string $image * @return string to the image * - * @see OC_Helper::imagePath + * @see \OCP\IURLGenerator::imagePath * @deprecated 8.0.0 Use \OCP\Template::image_path() instead */ function image_path( $app, $image ) { @@ -144,7 +144,7 @@ class Template extends \OC_Template { /** * Make OC_Helper::imagePath available as a simple function * - * @see OC_Helper::imagePath + * @see \OCP\IURLGenerator::imagePath * * @param string $app * @param string $image |