From bd5dad646a43b336ede8c679389a3448b5d7f2a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 27 Mar 2011 13:43:52 +0200 Subject: [PATCH] Fixes bugs numbering in ChangeLog display. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/platal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/platal.php b/modules/platal.php index 11b6b85..5f49945 100644 --- a/modules/platal.php +++ b/modules/platal.php @@ -21,7 +21,7 @@ function bugize($list) { - $list = preg_split('/,/', Env::s('libs'), -1, PREG_SPLIT_NO_EMPTY); + $list = preg_split('/,/', $list, -1, PREG_SPLIT_NO_EMPTY); $ans = array(); foreach ($list as $bug) { -- 2.1.4