@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/cache/spec/PhabricatorDataCacheSpec.php
··· 56 56 } 57 57 } 58 58 59 - private function getNoneSpec() { 59 + private function initNoneSpec() { 60 60 if (version_compare(phpversion(), '5.5', '>=')) { 61 61 $message = pht( 62 62 'Installing the "APCu" PHP extension will improve performance.');