Fixes missing braket.
authorStéphane Jacob <sj@m4x.org>
Thu, 9 Sep 2010 21:22:57 +0000 (23:22 +0200)
committerStéphane Jacob <sj@m4x.org>
Thu, 9 Sep 2010 21:23:15 +0000 (23:23 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile/jobs.inc.php

index a77bfa3..f173b41 100644 (file)
@@ -234,6 +234,7 @@ class ProfileSettingJob extends ProfileSettingGeocoding
                 if ($job[$key] == 0) {
                     $job[$key] = null;
                 }
+            }
         }
         foreach ($value as $key => &$job) {
             $ls = true;