Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2871473
D25344.1736856445.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25344.1736856445.diff
View Options
diff --git a/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php b/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php
--- a/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php
+++ b/src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php
@@ -30,16 +30,16 @@
$full_path = Filesystem::resolvePath($config_file);
$show_path = $full_path;
} else {
- $root = dirname(dirname(phutil_get_library_root('phabricator')));
+ $root = dirname(phutil_get_library_root('phorge'));
$try = array(
- 'phabricator/conf/aphlict/aphlict.custom.json',
- 'phabricator/conf/aphlict/aphlict.default.json',
+ 'conf/aphlict/aphlict.custom.json',
+ 'conf/aphlict/aphlict.default.json',
);
foreach ($try as $config) {
$full_path = $root.'/'.$config;
- $show_path = $config;
+ $show_path = '<phorge>/'.$config;
if (Filesystem::pathExists($full_path)) {
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 12:07 (6 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114167
Default Alt Text
D25344.1736856445.diff (1 KB)
Attached To
Mode
D25344: Aphlict - search for default config in the right place
Attached
Detach File
Event Timeline
Log In to Comment