From eb68235aa0a2789a2504ca90834549039b1dbd6a Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 9 Sep 2016 11:14:53 -0400 Subject: [PATCH] Chmod settings.php to 644 instead of 755 the blt:configure task chmods the settings.php file to 755 but it should be 644, since this file does not need execute permissions. --- phing/tasks/blt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phing/tasks/blt.xml b/phing/tasks/blt.xml index 63d54f72a..515a210b1 100644 --- a/phing/tasks/blt.xml +++ b/phing/tasks/blt.xml @@ -62,7 +62,7 @@ Making ${docroot}/sites/default/settings.php writable. - + Expanding Phing properties in BLT files.