[Scummvm-git-logs] scummvm-web master -> 801b58d142e9d814579240eb77819ff414e9a6ff

Mataniko mataniko at gmail.com
Thu Jun 27 04:03:33 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:
801b58d142 WEB: Fix routing on for screenshot categories with a dash


Commit: 801b58d142e9d814579240eb77819ff414e9a6ff
    https://github.com/scummvm/scummvm-web/commit/801b58d142e9d814579240eb77819ff414e9a6ff
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-06-26T22:03:25-04:00

Commit Message:
WEB: Fix routing on for screenshot categories with a dash

Changed paths:
    public_html/index.php


diff --git a/public_html/index.php b/public_html/index.php
index 08c9c19..ab62035 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -93,7 +93,7 @@ $pages = array(
     '/presssnowberry'                        => '\ScummVM\Pages\PressSnowberryPage', // HACK
     '/screenshots'                           => '\ScummVM\Pages\ScreenshotsPage',
     '/screenshots/[a:category]'              => '\ScummVM\Pages\ScreenshotsPage',
-    '/screenshots/[a:category]/[a:game]'     => '\ScummVM\Pages\ScreenshotsPage',
+    '/screenshots/[a:category]/[:game]'      => '\ScummVM\Pages\ScreenshotsPage',
     '/subprojects'                           => '\ScummVM\Pages\SubprojectsPage',
 );
 





More information about the Scummvm-git-logs mailing list