diff options
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 2f0b37c69..40f8810e5 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -935,7 +935,7 @@ function original_to_representative($path, $representative_ext) * get the full path of an image * * @param array $element_info element information from db (at least 'path') - * @return strinf + * @return string */ function get_element_path($element_info) { |