Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3909644
D634.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
809 B
Referenced Files
None
Subscribers
None
D634.diff
View Options
diff --git a/app/Phabricator/PhabricatorStory.php b/app/Phabricator/PhabricatorStory.php
--- a/app/Phabricator/PhabricatorStory.php
+++ b/app/Phabricator/PhabricatorStory.php
@@ -83,7 +83,7 @@
*
* This is intended to parse the feed.hooks payloads.
*
- * @param string $phabricatorURL The Phabricator URL (e.g. http://secure.phabricator.com)
+ * @param string $instanceName The Phabricator instance name
* @param string $payload The data submitted by Phabricator
* @return PhabricatorStory
*/
@@ -255,7 +255,7 @@
return;
}
- $map = ProjectsMap::load($this->instance);
+ $map = ProjectsMap::load($this->instanceName);
foreach ($PHIDs as $PHID) {
$this->projects[] = $map->getProjectName($PHID);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 20:57 (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2306851
Default Alt Text
D634.diff (809 B)
Attached To
Mode
D634: Fix PhabricatorStory::attachProjects undefined property issue
Attached
Detach File
Event Timeline
Log In to Comment