From aa34949520b7d37e1ce6168ba4c7350d3db79476 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 May 2008 14:40:27 -0400 Subject: typo in common_mint_tag darcs-hash:20080522184027-84dde-f6e53502335b5cd14bc1a2323b3f3eeb99b33cd4.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 83c0964f5..9057382db 100644 --- a/lib/util.php +++ b/lib/util.php @@ -436,7 +436,7 @@ function common_mint_tag($extra) { global $config; return 'tag:'.$config['tag']['authority'].','. - $config['tag']['date'].':'$config['tag']['prefix'].$extra; + $config['tag']['date'].':'.$config['tag']['prefix'].$extra; } // XXX: set up gettext -- cgit v1.2.3-54-g00ecf