Skip to content

Commit a7825f9

Browse files
authored
Merge pull request #6 from Krinkle/patch-1
[apc] Remove bad first 'user' parameter
2 parents 1a87df5 + 1fdc7e4 commit a7825f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function sort_list(&$list) {
171171
}
172172

173173
if( isset( $_GET['action'] ) && $_GET['action'] == 'apcu_delete' ) {
174-
apcu_delete( new ApcuIterator('user',get_selector()) );
174+
apcu_delete( new ApcuIterator(get_selector()) );
175175
redirect( '?action=apcu_select&selector=' . $_GET['selector'] );
176176
}
177177
?><html>

0 commit comments

Comments
 (0)