mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
WIP
This commit is contained in:
parent
7b50b2fbdc
commit
b5b8fca341
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue