diff --git a/admin/plugins_new.php b/admin/plugins_new.php index 8f19104b6..c63040278 100644 --- a/admin/plugins_new.php +++ b/admin/plugins_new.php @@ -122,7 +122,7 @@ if ($plugins->get_server_plugins(true)) 'BIG_DESC' => $ext_desc, 'VERSION' => $plugin['revision_name'], 'AUTHOR' => $plugin['author_name'], - 'DOWNLOADS' => $plugin['revision_nb_downloads'], + 'DOWNLOADS' => $plugin['extension_nb_downloads'], 'URL_INSTALL' => $url_auto_install, 'URL_DOWNLOAD' => $plugin['download_url'] . '&origin=piwigo_download')); } diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index ca82a79de..810bc6b34 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -29,6 +29,8 @@ jQuery().ready(function(){ldelim}