Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14011597
D8278.id19700.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
852 B
Referenced Files
None
Subscribers
None
D8278.id19700.diff
View Options
Index: src/applications/repository/engine/PhabricatorRepositoryRefEngine.php
===================================================================
--- src/applications/repository/engine/PhabricatorRepositoryRefEngine.php
+++ src/applications/repository/engine/PhabricatorRepositoryRefEngine.php
@@ -191,12 +191,12 @@
foreach ($cursor_groups as $name => $cursor_group) {
if (idx($ref_groups, $name) === null) {
- $this->log(
- pht(
- 'Ref %s "%s" no longer exists.',
- $cursor->getRefType(),
- $cursor->getRefName()));
foreach ($cursor_group as $cursor) {
+ $this->log(
+ pht(
+ 'Ref %s "%s" no longer exists.',
+ $cursor->getRefType(),
+ $cursor->getRefName()));
$this->markRefDead($cursor);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 2, 3:27 AM (21 h, 50 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6756512
Default Alt Text
D8278.id19700.diff (852 B)
Attached To
Mode
D8278: Fix call to getRefType on non-object in PhabricatorRepositoryEngine.php
Attached
Detach File
Event Timeline
Log In to Comment