diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1208,7 +1208,7 @@ function renderPage($conf, $pluginManager, $LINKSDB) | |||
1208 | $LINKSDB[$key]=$value; | 1208 | $LINKSDB[$key]=$value; |
1209 | } | 1209 | } |
1210 | $LINKSDB->save($conf->get('resource.page_cache')); | 1210 | $LINKSDB->save($conf->get('resource.page_cache')); |
1211 | echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?\';</script>'; | 1211 | echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?do=changetag\';</script>'; |
1212 | exit; | 1212 | exit; |
1213 | } | 1213 | } |
1214 | 1214 | ||