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

$prev_customer_id is not initialized #39

Closed
dryabov opened this issue Sep 18, 2018 · 1 comment
Closed

$prev_customer_id is not initialized #39

dryabov opened this issue Sep 18, 2018 · 1 comment

Comments

@dryabov
Copy link
Contributor

dryabov commented Sep 18, 2018

if ($prev_customer_id) {

PHP 7.2 gives error at the above line if $prev_customer_id is not initialized. The solution is trivial

        $prev_customer_id = 0;

at the beginning of saveCustomerThread method

@freescout-helpdesk
Copy link
Owner

12b4fc2

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