mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 20:10:55 +01:00
Enable Diviner to use the markup cache.
This commit is contained in:
parent
5b8e7d2de3
commit
001a9557ec
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ final class DivinerLiveSymbol extends DivinerDAO
|
||||||
|
|
||||||
|
|
||||||
public function shouldUseMarkupCache($field) {
|
public function shouldUseMarkupCache($field) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue