Skip to content

Commit 7916bb8

Browse files
authored
[5.3] Remove the reference to the super global (joomla#44867)
1 parent 6b1cf5b commit 7916bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Input/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(?array $source = null, array $options = [])
4545
}
4646

4747
// Set the data source.
48-
$this->data = &$_COOKIE;
48+
$this->data = $_COOKIE;
4949

5050
// Set the options for the class.
5151
$this->options = $options;

0 commit comments

Comments
 (0)