Page MenuHomePhabricator

D19537.id46713.diff
No OneTemporary

D19537.id46713.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
Mon, Mar 31, 12:42 PM (6 d, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7717373
Default Alt Text
D19537.id46713.diff (638 B)

Event Timeline