Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14767732
D12264.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
735 B
Referenced Files
None
Subscribers
None
D12264.diff
View Options
diff --git a/src/applications/repository/query/PhabricatorRepositoryQuery.php b/src/applications/repository/query/PhabricatorRepositoryQuery.php
--- a/src/applications/repository/query/PhabricatorRepositoryQuery.php
+++ b/src/applications/repository/query/PhabricatorRepositoryQuery.php
@@ -138,14 +138,14 @@
return $this->identifierMap;
}
+ protected function willExecute() {
+ $this->identifierMap = array();
+ }
+
protected function loadPage() {
$table = new PhabricatorRepository();
$conn_r = $table->establishConnection('r');
- if ($this->identifierMap === null) {
- $this->identifierMap = array();
- }
-
$data = queryfx_all(
$conn_r,
'SELECT * FROM %T r %Q %Q %Q %Q',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 6:12 PM (20 h, 49 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7042374
Default Alt Text
D12264.diff (735 B)
Attached To
Mode
D12264: Fix an issue where RepositoryQuery may fail for viewers who can't use Diffusion
Attached
Detach File
Event Timeline
Log In to Comment