From e76775e06fb357ea8a44f4ac5ab5c8d75221a018 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 30 Nov 2010 18:44:50 +0000 Subject: More unused variables --- maintenance/storage/checkStorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintenance/storage') diff --git a/maintenance/storage/checkStorage.php b/maintenance/storage/checkStorage.php index d991551d105a..e0b4e803e2e0 100644 --- a/maintenance/storage/checkStorage.php +++ b/maintenance/storage/checkStorage.php @@ -145,7 +145,7 @@ class CheckStorage { $this->error( 'restore text', "Error: invalid URL \"{$row->old_text}\"", $row->old_id ); continue; } - list( $proto, $path ) = $urlParts; + list( $proto, ) = $urlParts; if ( $proto != 'DB' ) { $this->error( 'restore text', "Error: invalid external protocol \"$proto\"", $row->old_id ); continue; -- cgit v1.2.3