1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

Enable Diviner to use the markup cache.

This commit is contained in:
epriestley 2014-03-05 17:22:27 -08:00
parent 5b8e7d2de3
commit 001a9557ec

View file

@ -187,7 +187,7 @@ final class DivinerLiveSymbol extends DivinerDAO
public function shouldUseMarkupCache($field) {
return false;
return true;
}
}