[Scummvm-git-logs] scummvm-web master -> 5f09bdb0c0dd3e46fc0a2efa877711052d48e4dd

lotharsm serra at scummvm.org
Sun Apr 28 09:49:55 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
5f09bdb0c0 WEB: Rename release variable in DownloadsPage.php


Commit: 5f09bdb0c0dd3e46fc0a2efa877711052d48e4dd
    https://github.com/scummvm/scummvm-web/commit/5f09bdb0c0dd3e46fc0a2efa877711052d48e4dd
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2019-04-28T09:49:06+02:00

Commit Message:
WEB: Rename release variable in DownloadsPage.php

Changed paths:
    include/Pages/DownloadsPage.php


diff --git a/include/Pages/DownloadsPage.php b/include/Pages/DownloadsPage.php
index 1d98563..2adebd7 100644
--- a/include/Pages/DownloadsPage.php
+++ b/include/Pages/DownloadsPage.php
@@ -67,7 +67,7 @@ class DownloadsPage extends Controller
                 'downloads' => $downloads,
                 'sections' => $sections,
                 'release_tools' => RELEASE_TOOLS,
-                'release_debian' => RELEASE_DEBIAN,
+                'release' => RELEASE,
                 'recommendedDownloadsJS' => $recommendedDownloadsJS
             )
         );





More information about the Scummvm-git-logs mailing list