Commit 2b5efea4 authored by poptin's avatar poptin
Browse files

remove location in goto function

parent 1b9809bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ function poptin_generatepoptinlink() {
  }
  else {
    if (isset($row_details['token']) && ($row_details['token'] == '')) {
      drupal_goto("location:https://app.popt.in/login");
      drupal_goto("https://app.popt.in/login");
      die;
    }
  }