]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Stay on the changetag page after tag deletion
[github/shaarli/Shaarli.git] / index.php
index 145ea3f63a51edfda5e082cc1793ef44e30ccb2e..5cc440bb33501cd3abb0db8768200f7d6dc15dc8 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1208,7 +1208,7 @@ function renderPage($conf, $pluginManager, $LINKSDB)
                 $LINKSDB[$key]=$value;
             }
             $LINKSDB->save($conf->get('resource.page_cache'));
-            echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?\';</script>';
+            echo '<script>alert("Tag was removed from '.count($linksToAlter).' links.");document.location=\'?do=changetag\';</script>';
             exit;
         }