1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Merge pull request #12 from DamianZaremba/master

Path issues in PhabricatorSetup.php
This commit is contained in:
Evan Priestley 2011-06-03 16:45:57 -07:00
commit b8e1ead481

View file

@ -284,8 +284,7 @@ class PhabricatorSetup {
$have_adapter = true;
list($err) = exec_manual('which sendmail');
if ($err) {
if (!Filesystem::pathExists('/usr/bin/sendmail')) {
self::writeFailure();
self::write(
"Setup failure! You don't have a 'sendmail' binary on this system ".
@ -436,4 +435,4 @@ class PhabricatorSetup {
"\n\n");
}
}
}