From ae0fd34b73d53409ccfe5120d3d7fa367a0f6758 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 22 Mar 2018 12:35:31 +0530 Subject: [PATCH] apache: Increase module version number to fix php7.2 This reruns the Apache setup script and will lead to php7.0 getting disabled and php7.2 getting enabled. This will fix PHP issue for people who already have php7.2 installed and not enabled or those who luckily have get php7.2 installed before FreedomBox package is upgraded. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/apache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/apache/__init__.py b/plinth/modules/apache/__init__.py index 246d411fe..46a1dfa5d 100644 --- a/plinth/modules/apache/__init__.py +++ b/plinth/modules/apache/__init__.py @@ -20,7 +20,7 @@ FreedomBox app for Apache server. from plinth import actions -version = 1 +version = 2 is_essential = True