Is there a bug here? #2621
Answered
by
kiatng
kiatng
asked this question in
Questions & Answers
Is there a bug here?
#2621
-
Line 133: Any idea how to test this? The condition can be simplified to if (!empty($flagData['timeout_reached'])) { |
Beta Was this translation helpful? Give feedback.
Answered by
kiatng
Sep 27, 2022
Replies: 1 comment
-
No, it's not a bug.
Line 133 set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elidrissidev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it's not a bug.
$flagData['timeout_reached']
is initialized tofalse
inmagento-lts/app/code/core/Mage/Core/Model/File/Storage.php
Line 162 in 3c51a90
Line 133 set
$flagData['timeout_reached']
totrue
if it hasn't been set before.