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 : PHP 8.0.x #264

Merged
merged 2 commits into from
May 25, 2022
Merged

fix : PHP 8.0.x #264

merged 2 commits into from
May 25, 2022

Conversation

emulsion-io
Copy link
Contributor

Hi,

I have an error on PHP 8.0.x :

Deprecated: Required parameter $secret follows optional parameter $user_id in /application/libraries/Aauth.php on line 2660

PHP 8.0: Deprecate required parameters after optional parameters in function/method signatures

I propose to remove = false.

Have a nice day.

F.

 Deprecated: Required parameter $secret follows optional parameter $user_id in /application/libraries/Aauth.php on line 2660

PHP 8.0: Deprecate required parameters after optional parameters in function/method signatures
is_member('Admin|User');
is_member('Admin|User', 1);
@emreakay
Copy link
Owner

hi,
thank you for your contribition.
its merged.

@emreakay emreakay merged commit dcef4b2 into emreakay:master May 25, 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