Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13967558
D12964.id31240.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
696 B
Referenced Files
None
Subscribers
None
D12964.id31240.diff
View Options
diff --git a/src/applications/repository/storage/PhabricatorRepository.php b/src/applications/repository/storage/PhabricatorRepository.php
--- a/src/applications/repository/storage/PhabricatorRepository.php
+++ b/src/applications/repository/storage/PhabricatorRepository.php
@@ -1781,11 +1781,11 @@
/* -( Symbols )-------------------------------------------------------------*/
public function getSymbolSources() {
- return $this->getDetail('symbol-sources');
+ return $this->getDetail('symbol-sources', array());
}
public function getSymbolLanguages() {
- return $this->getDetail('symbol-languages');
+ return $this->getDetail('symbol-languages', array());
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 17, 2:28 PM (3 w, 20 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6722395
Default Alt Text
D12964.id31240.diff (696 B)
Attached To
Mode
D12964: Return empty array as a default value for repository symbol languages
Attached
Detach File
Event Timeline
Log In to Comment