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

PHP Notice on permissions save for PHP 7.4 #223

Open
colesnic89 opened this issue May 18, 2021 · 3 comments
Open

PHP Notice on permissions save for PHP 7.4 #223

colesnic89 opened this issue May 18, 2021 · 3 comments

Comments

@colesnic89
Copy link

Need to remove unused compact argument

Selection_520

@colesnic89
Copy link
Author

#216

@colesnic89 colesnic89 changed the title PHP Notice on permissions save PHP Notice on permissions save for PHP 7.4 May 18, 2021
@lukBarros
Copy link
Contributor

Probably the owner of this repository will not respond, it has been since 2016 without any activity on GitHub.

@jstudioo
Copy link

add variable $throwException = '';

public static function beforeRemoveChildren($parentName, $childrenNames) { $throwException = ''; $event = new AbstractItemEvent(compact('parentName', 'childrenNames', 'throwException')); $event->trigger(get_called_class(), self::EVENT_BEFORE_REMOVE_CHILDREN, $event); }

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

No branches or pull requests

3 participants