Fix stupid typo in upgrade controller

This commit is contained in:
Alexandre Aubin 2020-04-27 03:19:02 +02:00
parent adca9ed616
commit a3a0d8f49a

View file

@ -58,7 +58,7 @@
// Upgrade all apps or the system
if ((what == "system") || (what == "system"))
if ((what == "system") || (what == "apps"))
{
var confirm_message = y18n.t('confirm_update_' + what);
var api_url = '/upgrade?'+what;