From 451b25a36f4096d0dfcb2428a67ffd9f7ad49655 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 7 Nov 2005 04:10:02 +0000 Subject: [PATCH] typo --- includes/SquidUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SquidUpdate.php b/includes/SquidUpdate.php index 91769b2a1d..e01eb0af5b 100644 --- a/includes/SquidUpdate.php +++ b/includes/SquidUpdate.php @@ -65,7 +65,7 @@ class SquidUpdate { /* static */ function newSimplePurge( &$title ) { $urlArr = $title->getSquidURLs(); - return new SquidUpdate( $blurlArr ); + return new SquidUpdate( $urlArr ); } function doUpdate() { -- 2.20.1