merge r12540 from branch 2.3 to trunk
bug 2492 fixed: no need to transmit ['hit'] to get_thumbnail_title, this parameter becomes optional to avoid errors in plugins git-svn-id: http://piwigo.org/svn/trunk@12541 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b58fea9f2c
commit
2c33148c60
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ function get_thumbnail_title($info)
|
|||
|
||||
$details = array();
|
||||
|
||||
if ($info['hit'] != 0)
|
||||
if (!empty($info['hit']))
|
||||
{
|
||||
$details[] = $info['hit'].' '.strtolower(l10n('Visits'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue