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

"magento/framework" version 100.0.7 has a bugged code. #4386

Closed
flancer64 opened this issue May 3, 2016 · 4 comments
Closed

"magento/framework" version 100.0.7 has a bugged code. #4386

flancer64 opened this issue May 3, 2016 · 4 comments

Comments

@flancer64
Copy link
Contributor

I have installed Magento 2.0.5 using composer. Module "magento/framework" is downloaded from
https://repo.magento.com/archives/magento/framework/magento-framework-100.0.7.0.zip

There is an error in \Magento\Framework\Translate\Inline\Proxy:

protected $subject;
protected $isShared;

public function __sleep()
{
    return ['_subject', '_isShared'];
}

The same method from this repo has right code:

public function __sleep()
{
    return ['subject', 'isShared'];
}
@benbor
Copy link

benbor commented May 4, 2016

@flancer64 Hi. All right! The same method from this repo for 2.0.5 tag has wrong code. I think you can use develop branch or wait one more patch version.

@flancer64
Copy link
Contributor Author

I'll wait.

@flancer64
Copy link
Contributor Author

Hello, guys!

Version 2.0.6 has the same bug. Please, correct.

Thanks.

@flancer64 flancer64 reopened this May 18, 2016
@flancer64
Copy link
Contributor Author

Version 2.1.0 RC1 has not this bug.

taskula pushed a commit to Hypernova-Oy/magento2 that referenced this issue Jun 25, 2019
MQE-1601: Move MTF utils out from Magento codebase
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