Skip to content

Commit 780e4b8

Browse files
committed
More trailing $RELEASES and $OLDRELEASES in /releases/index.php
1 parent c5b4a53 commit 780e4b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

releases/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
they are no longer supported</em>.
9090
</p>\n";
9191

92-
$active_majors = array_keys($RELEASES);
92+
$active_majors = array_keys(get_releases());
9393
$latest = max($active_majors);
94-
foreach ($OLDRELEASES as $major => $a) {
94+
foreach (get_old_releases() as $major => $a) {
9595
echo '<a id="v' . $major . '"></a>';
9696
if (!in_array($major, $active_majors, false)) {
9797
echo "\n<br>\n";

0 commit comments

Comments
 (0)