mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 23:05:04 +02:00
typo fixed
git-svn-id: http://piwigo.org/svn/trunk@731 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ foreach (array('prev', 'current', 'next') as $i)
|
||||
$icon = PHPWG_ROOT_PATH.'template/'.$user['template'].'/mimetypes/';
|
||||
$icon.= strtolower(get_extension($row['file'])).'.png';
|
||||
|
||||
if (isset($row['representative_ext']) and $row['representative_ext'] =! '')
|
||||
if (isset($row['representative_ext']) and $row['representative_ext'] != '')
|
||||
{
|
||||
$picture[$i]['src'] = $cat_directory.'/pwg_representative/';
|
||||
$picture[$i]['src'].= $file_wo_ext.'.'.$row['representative_ext'];
|
||||
|
||||
Reference in New Issue
Block a user