diff options
Diffstat (limited to 'upgrades/2012022501.php')
-rw-r--r-- | upgrades/2012022501.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrades/2012022501.php b/upgrades/2012022501.php index 815e10b62..50102e875 100644 --- a/upgrades/2012022501.php +++ b/upgrades/2012022501.php @@ -29,6 +29,7 @@ foreach ($items as $item) { * Downloads the thumbnail and saves into data folder * * @param ElggObject $item + * @return bool */ function videolist_2012022501($item) { |