@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.

Avoid double slash in Celerity path

Summary: Fished from logs, it probably doesn't cause any real problems.

Test Plan: Looked at logs.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5350

+1 -1
+1 -1
src/infrastructure/celerity/CelerityStaticResourceResponse.php
··· 228 228 // the map script). In production, we can assume the map script gets run 229 229 // after changes, and safely skip this. 230 230 if (PhabricatorEnv::getEnvConfig('phabricator.developer-mode')) { 231 - $root = dirname(phutil_get_library_root('phabricator')).'/webroot/'; 231 + $root = dirname(phutil_get_library_root('phabricator')).'/webroot'; 232 232 if (isset($resource['disk'])) { 233 233 $mtime = (int)filemtime($root.$resource['disk']); 234 234 } else {