1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-24 06:20:56 +01:00

Fix bad method call name.

This commit is contained in:
epriestley 2014-07-01 13:07:55 -07:00
parent 6de8efc565
commit ae4a687da3

View file

@ -34,7 +34,7 @@ final class DivinerRemarkupRuleSymbol extends PhutilRemarkupRule {
} }
public function markupSymbol($matches) { public function markupSymbol($matches) {
if ($this->isTextFlat($matches[0])) { if ($this->isFlatText($matches[0])) {
return $matches[0]; return $matches[0];
} }