diff --git a/app/calls/call_edit.php b/app/calls/call_edit.php index 86aced99cc..6414a9191f 100644 --- a/app/calls/call_edit.php +++ b/app/calls/call_edit.php @@ -466,6 +466,8 @@ } //prepare the autocomplete + if($_SESSION['follow_me']['follow_me_autocomplete']['boolean'] == 'true') { + echo "\n"; echo "\n"; echo "\n"; - + } //create token $object = new token; $token = $object->create($_SERVER['PHP_SELF']);