Skip to content

Fix for PHP7.0#36

Open
cris1 wants to merge 1 commit into
LupinTraderIII:masterfrom
cris1:patch-1
Open

Fix for PHP7.0#36
cris1 wants to merge 1 commit into
LupinTraderIII:masterfrom
cris1:patch-1

Conversation

@cris1

@cris1 cris1 commented May 22, 2016

Copy link
Copy Markdown

This adjustment fixed the "PHP Fatal error: Uncaught Error: Function name must be a string in Ajax.php" for me running PHP7.0

This adjustment fixed the "PHP Fatal error:  Uncaught Error: Function name must be a string in Ajax.php" for me running PHP7.0

@Wild1145 Wild1145 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made this change manually and working perfectly.

@ooooyeahbabe

ooooyeahbabe commented Sep 15, 2022

Copy link
Copy Markdown

$output = $lg->$_GET['cmd']($_GET['host']);
Change to
$output = $lg->{$_GET['cmd']}($_GET['host']);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants