1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00
This commit is contained in:
epriestley 2012-06-25 17:24:08 -07:00
parent 7b50b2fbdc
commit b5b8fca341

View file

@ -74,7 +74,7 @@ final class PhabricatorFeedStoryPublisher {
$story = new PhabricatorFeedStoryData();
$story->setStoryType($this->storyType);
$story->setStoryData($this->storyData);
$story->setAuthorPHID($this->storyAuthorPHID);
$story->setAuthorPHID((string)$this->storyAuthorPHID);
$story->setChronologicalKey($chrono_key);
$story->save();