-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Incorrect use of implode() #1116
Comments
But, I agree that better to use it in common way |
Internal ticket: MAGETWO-35411 |
@michal-sk, fix for this issue is available in public repository after recent update. Please, check it. |
* develop: (3965 commits) MAGETWO-31777: M2 GitHub Update (version 0.74.0-beta2) MAGETWO-31777: M2 GitHub Update (version 0.74.0-beta2) MAGETWO-35405: Magento\Multishipping\Controller\CheckoutTest::testOverviewAction is falied on Travis CI MAGETWO-35405: Magento\Multishipping\Controller\CheckoutTest::testOverviewAction is falied on Travis CI Change wording for long operation warning Fixed occurances of implode with wrong argument order MAGETWO-31086: M2 GitHub Update (version 0.74.0-beta1) MAGETWO-35411: [GITHUB] Incorrect use of implode() magento#1116 MAGETWO-35182: The link of "URL" type breaks "edit Downloadable" Backend page MAGETWO-31086: M2 GitHub Update (version 0.74.0-beta1) MAGETWO-18366: CLONE - Wrong capitalization of label names (sentence-style capitalization instead headline style) + Inconsistency in labels in the Admin Panel MAGETWO-35392: [GitHub] Google Analytics Script Minify problem magento#1114 MAGETWO-35385: Fatal error when trying to send notify customer by email about shipment MAGETWO-35385: Fatal error when trying to send notify customer by email about shipment MAGETWO-35385: Fatal error when trying to send notify customer by email about shipment MAGETWO-35385: Fatal error when trying to send notify customer by email about shipment MAGETWO-35385: Fatal error when trying to send notify customer by email about shipment MAGETWO-35385: Fatal error when trying to send notify customer by email about shipment MAGETWO-35043: Tabs widget does not initialize sometimes on Product Creation page MAGETWO-35386: Blank email is sent when trying to change password for a customer ... Conflicts: dev/tests/unit/testsuite/Magento/Framework/Encryption/EncryptorTest.php
* Fixed bugs * Wrong capitalization of the label names (the sentence-style capitalization instead of the headline style) * Inconsistency in the labels in the Admin panel * Customer menu tabs aren't displayed as selected for the child pages * An issue with the Active item in the navigation menu in the Blank and Luma themes * Incorrect price alignment during checkout in the Blank and Luma themes * Broken field "URL" in the Downloadable product in the Admin panel * GitHub issues and requests: * [#1096] (magento/magento2#1096) -- Customer model - getPrimaryAddresses without primary billing address * [#1114] (magento/magento2#1114) -- GA bug * [#1116] (magento/magento2#1116) -- Incorrect use of implode() * [#1126] (magento/magento2#1126) -- Fixed occurrences of implode with wrong argument order * [#1128] (magento/magento2#1128) -- Change wording for long operation warning
* Fixed bugs * Wrong capitalization of the label names (the sentence-style capitalization instead of the headline style) * Inconsistency in the labels in the Admin panel * Customer menu tabs aren't displayed as selected for the child pages * An issue with the Active item in the navigation menu in the Blank and Luma themes * Incorrect price alignment during checkout in the Blank and Luma themes * Broken field "URL" in the Downloadable product in the Admin panel * GitHub issues and requests: * [#1096] (magento/magento2#1096) -- Customer model - getPrimaryAddresses without primary billing address * [#1114] (magento/magento2#1114) -- GA bug * [#1116] (magento/magento2#1116) -- Incorrect use of implode() * [#1126] (magento/magento2#1126) -- Fixed occurrences of implode with wrong argument order * [#1128] (magento/magento2#1128) -- Change wording for long operation warning
[TSG] Backporting for 2.1 (pr11) (2.1.8)
…inUi-modularity magento#1116 Resolve dependency InventoryAdminUi on Inventory module
In
magento2/app/code/Magento/Tax/Setup/InstallData.php
on line76
there is a wrong use ofimplode()
it should be
$glue, $pieces
.The text was updated successfully, but these errors were encountered: