From e47574c4098fada2c1e96cbab9f7fa5b853b4aa4 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Wed, 19 Nov 2014 09:00:12 +0000 Subject: [PATCH] Issue #2318783 by Devin Carlson: Ban Module: Fix documentation that refers to enabling/disabling of modules --- core/modules/ban/src/Tests/IpAddressBlockingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/ban/src/Tests/IpAddressBlockingTest.php b/core/modules/ban/src/Tests/IpAddressBlockingTest.php index 0122ceb365e3..16ec458bb5cc 100644 --- a/core/modules/ban/src/Tests/IpAddressBlockingTest.php +++ b/core/modules/ban/src/Tests/IpAddressBlockingTest.php @@ -17,7 +17,7 @@ class IpAddressBlockingTest extends WebTestBase { /** - * Modules to enable. + * Modules to install. * * @var array */ -- GitLab