Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13991751
D11590.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
653 B
Referenced Files
None
Subscribers
None
D11590.diff
View Options
diff --git a/src/applications/diviner/publisher/DivinerStaticPublisher.php b/src/applications/diviner/publisher/DivinerStaticPublisher.php
--- a/src/applications/diviner/publisher/DivinerStaticPublisher.php
+++ b/src/applications/diviner/publisher/DivinerStaticPublisher.php
@@ -135,7 +135,7 @@
$candidates = $this->atomNameMap[$name];
foreach ($candidates as $key => $dict) {
- $candidates[$key] = DivinerAtomRef::newFromDict($dict);
+ $candidates[$key] = DivinerAtomRef::newFromDictionary($dict);
if ($ref->getType()) {
if ($candidates[$key]->getType() != $ref->getType()) {
unset($candidates[$key]);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 23, 12:35 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6722190
Default Alt Text
D11590.diff (653 B)
Attached To
Mode
D11590: Fix a broken method call
Attached
Detach File
Event Timeline
Log In to Comment