Skip to content

Commit ba9e8ca

Browse files
committed
I really should have tested this thing...;
1 parent aa58263 commit ba9e8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function purgeCacheFileFromCDN($id, $files = null) {
4646
exit;
4747
}
4848

49-
$files = $parts[0];
49+
$file = $parts[0];
5050

5151
header( "Content-Type: text/plain" );
5252
echo "Attempting to purge: ".$zone_id.": ".$file;

0 commit comments

Comments
 (0)