Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14873154
D13061.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
429 B
Referenced Files
None
Subscribers
None
D13061.diff
View Options
diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -1558,7 +1558,7 @@
final protected function loadProjectRepository() {
list($info, $reasons) = $this->loadRepositoryInformation();
- return $info;
+ return coalesce($info, array());
}
final protected function newInteractiveEditor($text) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 9, 5:00 AM (2 h, 11 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7106000
Default Alt Text
D13061.diff (429 B)
Attached To
Mode
D13061: Always return an array from ArcanistWorkflow->loadProjectRepository()
Attached
Detach File
Event Timeline
Log In to Comment