1
0
Fork 0
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:
Bob Trahan 2015-04-08 18:01:58 -07:00
parent 76d360740e
commit e0473aa702

View file

@ -56,7 +56,7 @@ final class PhabricatorDataCacheSpec extends PhabricatorCacheSpec {
} }
} }
private function getNoneSpec() { private function initNoneSpec() {
if (version_compare(phpversion(), '5.5', '>=')) { if (version_compare(phpversion(), '5.5', '>=')) {
$message = pht( $message = pht(
'Installing the "APCu" PHP extension will improve performance.'); 'Installing the "APCu" PHP extension will improve performance.');