[Scummvm-git-logs] scummvm-web master -> 1cfa12d2cb900f2f266617cbf5df5ef803c5873c
Mataniko
mataniko at gmail.com
Sat Apr 27 15:32:44 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:
1cfa12d2cb WEB: Fix syntax error in File.php
Commit: 1cfa12d2cb900f2f266617cbf5df5ef803c5873c
https://github.com/scummvm/scummvm-web/commit/1cfa12d2cb900f2f266617cbf5df5ef803c5873c
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-04-27T09:32:37-04:00
Commit Message:
WEB: Fix syntax error in File.php
Changed paths:
include/Objects/File.php
diff --git a/include/Objects/File.php b/include/Objects/File.php
index f04a5ad..348fcd8 100644
--- a/include/Objects/File.php
+++ b/include/Objects/File.php
@@ -40,7 +40,7 @@ class File extends BasicObject
$url = DOWNLOADS_TOOLS_URL . $url;
} elseif ($attributes['type'] == 'extras') {
$url = DOWNLOADS_EXTRAS_URL . $url;
- } elseif ($attributes['type'] == 'daily')
+ } elseif ($attributes['type'] == 'daily') {
$url = DOWNLOADS_DAILY_URL . $url;
} else {
$url = DOWNLOADS_URL . $url;
More information about the Scummvm-git-logs
mailing list