installer: Remove redundant $key variable
[lhc/web/wiklou.git] / 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 );