[Scummvm-git-logs] scummvm-web master -> a6e8ff5f173d991280dbea2077e91c23bac3fbda

Mataniko mataniko at gmail.com
Fri Jul 27 02:44:08 CEST 2018


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:
a6e8ff5f17 WEB: Fix reference to the compatibility detail page


Commit: a6e8ff5f173d991280dbea2077e91c23bac3fbda
    https://github.com/scummvm/scummvm-web/commit/a6e8ff5f173d991280dbea2077e91c23bac3fbda
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-26T20:43:55-04:00

Commit Message:
WEB: Fix reference to the compatibility detail page

Changed paths:
    include/Pages/CompatibilityPage.php


diff --git a/include/Pages/CompatibilityPage.php b/include/Pages/CompatibilityPage.php
index 6a54f0e..64f85e2 100644
--- a/include/Pages/CompatibilityPage.php
+++ b/include/Pages/CompatibilityPage.php
@@ -17,7 +17,7 @@ class CompatibilityPage extends Controller {
 		parent::__construct();
 		global $Smarty;
 		$this->_template = 'pages/compatibility.tpl';
-		$this->_template_details = 'compatibility_details.tpl';
+		$this->_template_details = 'components/compatibility_details.tpl';
 		$this->_supportLevelDesc = array(
 			'untested' => $Smarty->getConfigVars('compatibilityUntested'),
 			'broken' => $Smarty->getConfigVars('compatibilityBroken'),





More information about the Scummvm-git-logs mailing list