We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a87df5 commit 1fdc7e4Copy full SHA for 1fdc7e4
cache.php
@@ -171,7 +171,7 @@ function sort_list(&$list) {
171
}
172
173
if( isset( $_GET['action'] ) && $_GET['action'] == 'apcu_delete' ) {
174
- apcu_delete( new ApcuIterator('user',get_selector()) );
+ apcu_delete( new ApcuIterator(get_selector()) );
175
redirect( '?action=apcu_select&selector=' . $_GET['selector'] );
176
177
?><html>
0 commit comments