aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_default.inc.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-12-23 13:37:33 +0000
committerddtddt <ddtddt@piwigo.org>2010-12-23 13:37:33 +0000
commit3c0301d1996db7894dc9c84a6d819c5a4dac75ee (patch)
tree87fe4162db63fc603cbe40c7203345fd4417dc7e /include/category_default.inc.php
parent134acbb724e7899e10149f00ed0a5d92358a06ba (diff)
[branches 2.1] - add average_rate for thumbnail template // rename RAGE -> RATE
git-svn-id: http://piwigo.org/svn/branches/2.1@8252 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/category_default.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php
index fcc3d0b22..e4321efb6 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -123,7 +123,7 @@ foreach ($pictures as $row)
'FILE_SIZE' => $row['filesize'],
'FILE_WIDTH' => $row['width'],
'FILE_HEIGHT' => $row['height'],
- 'FILE_RAGE' => $row['average_rate'],
+ 'FILE_RATE' => $row['average_rate'],
'FILE_METADATE' => $row['date_metadata_update'],
'FILE_HAS_HD' => ($row['has_high'] and $user['enabled_high']=='true') ?
true:false, /* lack of include/functions_picture.inc.php */