From 518479a916a8feeee2ac4d3df4d1fc06316104bb Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 3 Aug 2016 14:00:55 +0100 Subject: [PATCH] Fix broken link to PHPExcel site phpexcel.net currently serves a 500 page, and the top Google hit for PHPExcel (on codeplex) gives you a site warning you that it is 3 years out of date, and to see GitHub instead. Update the link from Maniphest's 'please install PHPExcel to enable export' prompt. --- .../maniphest/controller/ManiphestExportController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/applications/maniphest/controller/ManiphestExportController.php b/src/applications/maniphest/controller/ManiphestExportController.php index 88e6849afb..1201c50478 100644 --- a/src/applications/maniphest/controller/ManiphestExportController.php +++ b/src/applications/maniphest/controller/ManiphestExportController.php @@ -31,7 +31,9 @@ final class ManiphestExportController extends ManiphestController { '

%s

'. '
'. '

'. - 'http://www.phpexcel.net/'. + ''. + 'https://github.com/PHPOffice/PHPExcel'. + ''. '

'. '
'. '

%s

',