mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Cache - fix method call typo
Summary: Fixes T7791. Test Plan: grep'd for the typo and only the typo declaration had that functon name. Reviewers: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7791 Differential Revision: https://secure.phabricator.com/D12334
This commit is contained in:
parent
76d360740e
commit
e0473aa702
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ final class PhabricatorDataCacheSpec extends PhabricatorCacheSpec {
|
|||
}
|
||||
}
|
||||
|
||||
private function getNoneSpec() {
|
||||
private function initNoneSpec() {
|
||||
if (version_compare(phpversion(), '5.5', '>=')) {
|
||||
$message = pht(
|
||||
'Installing the "APCu" PHP extension will improve performance.');
|
||||
|
|
Loading…
Reference in a new issue