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

User portal not compartible with PHP7 #40

Closed
theScrabi opened this issue Oct 5, 2017 · 1 comment
Closed

User portal not compartible with PHP7 #40

theScrabi opened this issue Oct 5, 2017 · 1 comment
Assignees

Comments

@theScrabi
Copy link

theScrabi commented Oct 5, 2017

$str = ereg_replace(', $','',$str);

This line failes dueto a deprecated function call of ereg_replace() according to this site preg_replace() should be used.

@lirantal
Copy link
Owner

lirantal commented Oct 6, 2017

Thanks! Applied a fix now in master branch.

@lirantal lirantal self-assigned this Oct 6, 2017
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

2 participants