Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2644278
D25755.1732294400.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
636 B
Referenced Files
None
Subscribers
None
D25755.1732294400.diff
View Options
diff --git a/src/infrastructure/storage/future/QueryFuture.php b/src/infrastructure/storage/future/QueryFuture.php
--- a/src/infrastructure/storage/future/QueryFuture.php
+++ b/src/infrastructure/storage/future/QueryFuture.php
@@ -51,7 +51,7 @@
}
public function isReady() {
- if ($this->result !== null || $this->exception) {
+ if ($this->canResolve()) {
return true;
}
@@ -105,7 +105,7 @@
$this->processResults($this->conn->resolveAsyncQueries($conns, $asyncs));
- if ($this->result !== null || $this->exception) {
+ if ($this->canResolve()) {
return true;
}
return false;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 16:53 (17 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
989248
Default Alt Text
D25755.1732294400.diff (636 B)
Attached To
Mode
D25755: Fix accessing private parent class properties in QueryFuture
Attached
Detach File
Event Timeline
Log In to Comment