Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Milestone-Release-1.1
Component-ORM-Data-Model
New issue 1560 by [email protected]: isset(QubitWhatever::getById(...))
always returns true
http://code.google.com/p/qubit-toolkit/issues/detail?id=1560
We make use of isset() in many places of Qubit to check if an object is set
or not. Some time ago we discovered that isset() returns true in any case.
This looks like a new problem introduced not so long (maybe sf 1.3?).
Some last revisions (like r6740) tried to alleviate this defect through
"instanceof" PHP type operator.
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en.