We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Есть Warning, думаю нужно сделать проверку на NULL $elements или иную, также задать $key
JBZoo/src/packages/jbuniversal/jbuniversal/framework/helpers/jbrouter.php
Line 877 in 24bced4
$key = implode(', ', array_map( function ($v, $k) { if (is_array($v)) { $v = implode('||', $v); } return sprintf("%s:%s", $k, $v); }, $elements, array_keys($elements) ));
if (NULL !== $elements) { $key = implode(', ', array_map( function ($v, $k) { if (is_array($v)) { $v = implode('||', $v); } return sprintf("%s:%s", $k, $v); }, $elements, array_keys($elements) )); } else { $key = 0; // или NULL }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Есть Warning, думаю нужно сделать проверку на NULL $elements или иную, также задать $key
JBZoo/src/packages/jbuniversal/jbuniversal/framework/helpers/jbrouter.php
Line 877 in 24bced4
The text was updated successfully, but these errors were encountered: