Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2628290
D25438.1732020369.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
524 B
Referenced Files
None
Subscribers
None
D25438.1732020369.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
@@ -746,7 +746,7 @@
}
$raw_branch = $branch;
- if (phutil_nonempty_string($branch)) {
+ if (phutil_nonempty_scalar($branch)) {
$branch = phutil_escape_uri_path_component($branch);
$path = "{$branch}/{$path}";
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 12:46 (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
977713
Default Alt Text
D25438.1732020369.diff (524 B)
Attached To
Mode
D25438: Allow branch names to be integer values to avoid an InvalidArgumentException
Attached
Detach File
Event Timeline
Log In to Comment