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

Alb addEntriesToAcl() bug fix #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

linw2015
Copy link

@linw2015 linw2015 commented Sep 18, 2023

修复Alb的addEntriesToAcl调用报错。

修复前如下调用时:

Alb::v20200616()->addEntriesToAcl()
    ->withAclId("xxx")
    ->withAclEntries([
        [
            "Entry" => "xxx",
            "Description" => "xxx"
        ]
    ]);

报错:

In Sign.php line 96: urlencode() expects parameter 1 to be string, array given

@CLAassistant
Copy link

CLAassistant commented Sep 18, 2023

CLA assistant check
All committers have signed the CLA.

@linw2015 linw2015 changed the title Alb addEntriesToAcl() bug Alb addEntriesToAcl() bug fix Sep 18, 2023
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.

None yet

2 participants