Skip to content

Commit

Permalink
WEB: Rename release variable in DownloadsPage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothar Serra Mari committed Apr 28, 2019
1 parent 4a2d114 commit 5f09bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Pages/DownloadsPage.php
Expand Up @@ -67,7 +67,7 @@ public function index()
'downloads' => $downloads,
'sections' => $sections,
'release_tools' => RELEASE_TOOLS,
'release_debian' => RELEASE_DEBIAN,
'release' => RELEASE,
'recommendedDownloadsJS' => $recommendedDownloadsJS
)
);
Expand Down

0 comments on commit 5f09bdb

Please sign in to comment.