Skip to content

Commit 22c0bf8

Browse files
committed
Return value directly from releases.inc
1 parent 124ec91 commit 22c0bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/releases.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$GLOBALS['OLDRELEASES'] = $OLDRELEASES = array (
2+
return $GLOBALS['OLDRELEASES'] = $OLDRELEASES = array (
33
8 =>
44
array (
55
'8.5.5' =>

0 commit comments

Comments
 (0)