mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
feature 2384: improve average rating calculation (still need to update language files)
git-svn-id: http://piwigo.org/svn/trunk@11827 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -58,7 +58,8 @@ switch ($action)
|
||||
case 'images' :
|
||||
{
|
||||
update_path();
|
||||
update_average_rate();
|
||||
include_once(PHPWG_ROOT_PATH.'include/functions_rate.inc.php');
|
||||
update_rating_score();
|
||||
break;
|
||||
}
|
||||
case 'delete_orphan_tags' :
|
||||
|
||||
Reference in New Issue
Block a user