[Scummvm-git-logs] scummvm-web master -> 12225a314be4bc2cb6dc88890eda8f86ece334e8

Thunderforge noreply at scummvm.org
Sun Feb 6 23:06:21 UTC 2022


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:
12225a314b DATA: Restoring notes for link groups


Commit: 12225a314be4bc2cb6dc88890eda8f86ece334e8
    https://github.com/scummvm/scummvm-web/commit/12225a314be4bc2cb6dc88890eda8f86ece334e8
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-02-06T17:06:16-06:00

Commit Message:
DATA: Restoring notes for link groups

Changed paths:
    include/Models/LinksModel.php
    templates/pages/links.tpl


diff --git a/include/Models/LinksModel.php b/include/Models/LinksModel.php
index 109edb4e..d9a600e8 100644
--- a/include/Models/LinksModel.php
+++ b/include/Models/LinksModel.php
@@ -26,7 +26,7 @@ class LinksModel extends BasicModel
                 }
                 $entries[] = [
                     'name' => $value['name'],
-                    'description' => $value['description'],
+                    'notes' => $value['notes'],
                     'links' => $links,
                 ];
             }
diff --git a/templates/pages/links.tpl b/templates/pages/links.tpl
index 10ff2ba7..2e362fa9 100644
--- a/templates/pages/links.tpl
+++ b/templates/pages/links.tpl
@@ -7,7 +7,7 @@
 {foreach from=$links item=group}
 <div class="subhead">{$group.name}</div>
 <div class="subhead-content">
-    <p>{$group.description}</p>
+    <p>{$group.notes}</p>
     <div class="linklist">
         {foreach from=$group.links item=link}
         <div class="linkentry">




More information about the Scummvm-git-logs mailing list