Issue #2062187 by duozersk: Remove Unused local variable from /core/lib/Drupal/Core/SystemListing.php.

8.0.x
Alex Pott 2013-08-13 16:25:09 -05:00
parent 808100c663
commit 7af8f4b45c
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class SystemListing {
$key = 'uri';
}
$config = conf_path();
$files = array();
// Search for the directory in core.
$searchdir = array('core/' . $directory);