[Scummvm-cvs-logs] scummvm-web master -> 0de80e5bf37bf3c9dedb40014081336868740337

criezy criezy at scummvm.org
Mon Mar 28 23:29:09 CEST 2016


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:
0de80e5bf3 WEB: Fix text for recommended download on Windows


Commit: 0de80e5bf37bf3c9dedb40014081336868740337
    https://github.com/scummvm/scummvm-web/commit/0de80e5bf37bf3c9dedb40014081336868740337
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-03-28T22:28:44+01:00

Commit Message:
WEB: Fix text for recommended download on Windows

Changed paths:
    include/Pages/DownloadsPage.php



diff --git a/include/Pages/DownloadsPage.php b/include/Pages/DownloadsPage.php
index 2cd95b3..1547a1e 100644
--- a/include/Pages/DownloadsPage.php
+++ b/include/Pages/DownloadsPage.php
@@ -28,7 +28,7 @@ class DownloadsPage extends Controller {
 						if (is_array($data)) {
 							$extra_text = $data['size'] . " ";
 							if ($data['ext'] == '.exe')
-								$extra_text = $extra_path + 'Win32 ';
+								$extra_text = $extra_text . 'Win32 ';
 
 							$extra_text .= $data['ext'] . " " . $data['msg'];
 						} else {






More information about the Scummvm-git-logs mailing list