installer: Remove redundant $key variable
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 9 Mar 2019 22:15:20 +0000 (22:15 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 9 Mar 2019 22:15:20 +0000 (22:15 +0000)
Change-Id: Ie6d59a1fd94ccfb2a3b5248f1f98ae640a4d5c2c

includes/installer/Installer.php

index bc3fe29..63b251a 100644 (file)
@@ -866,8 +866,7 @@ abstract class Installer {
                }
 
                if ( !$caches ) {
-                       $key = 'config-no-cache-apcu';
-                       $this->showMessage( $key );
+                       $this->showMessage( 'config-no-cache-apcu' );
                }
 
                $this->setVar( '_Caches', $caches );