Page MenuHomePhabricator

D19447.id46515.diff
No OneTemporary

D19447.id46515.diff

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
@@ -364,7 +364,7 @@
if (!strlen($name)) {
$name = $this->getName();
$name = phutil_utf8_strtolower($name);
- $name = preg_replace('@[/ -:<>]+@', '-', $name);
+ $name = preg_replace('@[ -/:->]+@', '-', $name);
$name = trim($name, '-');
if (!strlen($name)) {
$name = $this->getCallsign();

File Metadata

Mime Type
text/plain
Expires
Thu, May 9, 12:22 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6274801
Default Alt Text
D19447.id46515.diff (615 B)

Event Timeline