Browse Source

"Jason Munro" <jason@stdbev.com>

philippe_mingo 23 years ago
parent
commit
8953d9e8d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/options_identities.php

+ 1 - 1
src/options_identities.php

@@ -30,7 +30,7 @@ require_once('../functions/display_messages.php');
     if (CheckAndDoDefault() || CheckAndDoPromote()) {
     if (CheckAndDoDefault() || CheckAndDoPromote()) {
        SaveUpdateFunction();
        SaveUpdateFunction();
     }
     }
-    if (isset($update) || CheckForDelete())
+    if (isset($update) || CheckForDelete()) {
         SaveUpdateFunction();
         SaveUpdateFunction();
     }
     }