Page MenuHomePhabricator

D19537.diff
No OneTemporary

D19537.diff

diff --git a/src/applications/macro/engine/PhabricatorMemeEngine.php b/src/applications/macro/engine/PhabricatorMemeEngine.php
--- a/src/applications/macro/engine/PhabricatorMemeEngine.php
+++ b/src/applications/macro/engine/PhabricatorMemeEngine.php
@@ -104,8 +104,8 @@
private function newTransformHash() {
$properties = array(
'kind' => 'meme',
- 'above' => phutil_utf8_strtoupper($this->getAboveText()),
- 'below' => phutil_utf8_strtoupper($this->getBelowText()),
+ 'above' => $this->getAboveText(),
+ 'below' => $this->getBelowText(),
);
$properties = phutil_json_encode($properties);

File Metadata

Mime Type
text/plain
Expires
Thu, May 9, 8:19 PM (3 w, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6276614
Default Alt Text
D19537.diff (638 B)

Event Timeline