Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15449296
D11633.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11633.id.diff
View Options
diff --git a/src/applications/releeph/controller/product/ReleephProductCreateController.php b/src/applications/releeph/controller/product/ReleephProductCreateController.php
--- a/src/applications/releeph/controller/product/ReleephProductCreateController.php
+++ b/src/applications/releeph/controller/product/ReleephProductCreateController.php
@@ -32,7 +32,7 @@
if ($arc_project->getRepositoryID()) {
$pr_repository = id(new PhabricatorRepositoryQuery())
->setViewer($request->getUser())
- ->withRepositoryIDs(array($arc_project->getRepositoryID()))
+ ->withIDs(array($arc_project->getRepositoryID()))
->executeOne();
}
diff --git a/src/applications/releeph/view/branch/ReleephBranchTemplate.php b/src/applications/releeph/view/branch/ReleephBranchTemplate.php
--- a/src/applications/releeph/view/branch/ReleephBranchTemplate.php
+++ b/src/applications/releeph/view/branch/ReleephBranchTemplate.php
@@ -34,7 +34,7 @@
if ($arc_project->getRepositoryID()) {
$repository = id(new PhabricatorRepositoryQuery())
->setViewer($viewer)
- ->withRepositoryIDs(array($arc_project->getRepositoryID()))
+ ->withIDs(array($arc_project->getRepositoryID()))
->executeOne();
}
$fake_handle = 'SOFAKE';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 9:19 AM (5 d, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7702264
Default Alt Text
D11633.id.diff (1 KB)
Attached To
Mode
D11633: Policy - fix method name
Attached
Detach File
Event Timeline
Log In to Comment