diff --git a/modules/system/controllers/Updates.php b/modules/system/controllers/Updates.php index 6d392390b..853d76145 100644 --- a/modules/system/controllers/Updates.php +++ b/modules/system/controllers/Updates.php @@ -48,10 +48,10 @@ class Updates extends Controller */ public function index() { - $this->vars['core_build'] = Parameters::get('system::core.build', '???'); - $this->vars['project_id'] = Parameters::get('system::project.id'); - $this->vars['project_name'] = Parameters::get('system::project.name'); - $this->vars['project_owner'] = Parameters::get('system::project.owner'); + $this->vars['coreBuild'] = Parameters::get('system::core.build'); + $this->vars['projectId'] = Parameters::get('system::project.id'); + $this->vars['projectName'] = Parameters::get('system::project.name'); + $this->vars['projectOwner'] = Parameters::get('system::project.owner'); return $this->asExtension('ListController')->index(); } diff --git a/modules/system/controllers/updates/index.htm b/modules/system/controllers/updates/index.htm index 84dd39100..33c932846 100644 --- a/modules/system/controllers/updates/index.htm +++ b/modules/system/controllers/updates/index.htm @@ -2,10 +2,10 @@

- -

+ +

- : + : (

-
-

-

-
+ +
+

+

+
+