Skip to content

Commit 0b95ee2

Browse files
committed
Remove a not used GET value
1 parent a1a45bc commit 0b95ee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/components/redirector/controllers/home.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public function initialize() {
1717
Ext.onReady(function() {
1818
Redi.config = '.$this->modx->toJSON($this->redirector->config).';
1919
Redi.config.connector_url = "'.$this->redirector->config['connectorUrl'].'";
20-
Redi.request = '.$this->modx->toJSON($_GET).';
2120
});
2221
</script>');
2322
return parent::initialize();

0 commit comments

Comments
 (0)