1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-10 23:01:04 +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; $have_adapter = true;
list($err) = exec_manual('which sendmail'); if (!Filesystem::pathExists('/usr/bin/sendmail')) {
if ($err) {
self::writeFailure(); self::writeFailure();
self::write( self::write(
"Setup failure! You don't have a 'sendmail' binary on this system ". "Setup failure! You don't have a 'sendmail' binary on this system ".