From b2affdff5b7ae6364fcf68831958c038dbb17454 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Thu, 2 Jul 2020 23:39:24 +0200 Subject: [PATCH] [ticket/16543] Add script for automate it on builds PHPBB3-16543 --- build/stylesheet_cache_busters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/stylesheet_cache_busters.php b/build/stylesheet_cache_busters.php index 7cc4b21153..618f0090e5 100644 --- a/build/stylesheet_cache_busters.php +++ b/build/stylesheet_cache_busters.php @@ -18,7 +18,7 @@ if (php_sapi_name() !== 'cli') if (version_compare(PHP_VERSION, '7.1.3', '<')) { - die('patch_stylesheet_cache_busters.php requires at least PHP 7.1.3'); + die('stylesheet_cache_busters.php requires at least PHP 7.1.3'); } // Usage: "$ php build/stylesheet_cache_busters.php"