Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15421451
D15788.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
580 B
Referenced Files
None
Subscribers
None
D15788.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
@@ -274,7 +274,7 @@
$pid_path = $this->getPIDPath();
try {
- $dir = dirname($path);
+ $dir = dirname($pid_path);
if (!Filesystem::pathExists($dir)) {
Filesystem::createDirectory($dir, 0755, true);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 11:56 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7531066
Default Alt Text
D15788.diff (580 B)
Attached To
Mode
D15788: Fix bad variable causing `aphlict` to fail to start with no "logs" config
Attached
Detach File
Event Timeline
Log In to Comment