Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Undefined variable $serverLabel" warning in php 8+ #190

Merged
merged 1 commit into from
Oct 9, 2022
Merged

Fix "Undefined variable $serverLabel" warning in php 8+ #190

merged 1 commit into from
Oct 9, 2022

Conversation

nyirocsaba
Copy link
Contributor

In php 8 or newer a number of notices have been converted into warnings. See for more details: https://www.php.net/manual/en/migration80.incompatible.php
On the landing page the following warning is thrown into the title: "Warning: Undefined variable $serverLabel in ib/tpl/main.php on line 17"

In php 8 or newer a number of notices have been converted into warnings. See for more details: https://www.php.net/manual/en/migration80.incompatible.php
On the landing page the following warning is thrown into the title: "Warning: Undefined variable $serverLabel in ib/tpl/main.php on line 17"
@pentium10
Copy link
Collaborator

Fixes #186

@pentium10 pentium10 merged commit bf5707e into ptrofimov:master Oct 9, 2022
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.

2 participants