From b87442f216e6745b8472b85ae8fe5d85ede29094 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 16 Jan 2017 13:16:03 +0100 Subject: Stay on the changetag page after tag deletion + fix changetag CSS alignement relates to #756 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 145ea3f6..5cc440bb 100644 --- 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 ''; + echo ''; exit; } -- cgit v1.2.3