From 2192c844f62e8f77bdb6e362d22cb7ec1577520f Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 19 Mar 2014 13:38:43 +0800 Subject: [PATCH] commit --- GroupCountries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GroupCountries.php b/GroupCountries.php index f367b731..8ba6a62a 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -71,7 +71,7 @@ class Pman_Core_GroupCountries extends Pman if(($key = array_search($_REQUEST['country'], $c)) !== false) { unset($c[$key]); } - sort($c); + sort($c); // print_r($c); $p->countries = implode(',', $c); $p->update(); -- 2.39.2