From 75c1d67f9a00ed278ce1f6fddda83e1010e52adc Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 23 Oct 2015 12:44:38 +0000 Subject: [PATCH] reenable broken tag modification svn path=/trunk/; revision=97 --- actions/meta.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actions/meta.sh b/actions/meta.sh index 13732e4..034befa 100755 --- a/actions/meta.sh +++ b/actions/meta.sh @@ -1,6 +1,8 @@ #!/bin/zsh - info="${_GET[i]}" +cgi_refdata + + info="${_GET[i]:-$_REF[i]}" order="${_GET[o]}" search="${_GET[s]}" filter="${_GET[f]}" -- 2.39.2