Page MenuHomeDevCentral

D634.diff
No OneTemporary

D634.diff

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

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)

Event Timeline