change strlen($key) to isset($_REQUEST["key"] to fix login problem affecting one system

This commit is contained in:
Mark Crane
2014-04-18 01:22:37 +00:00
parent fba528e39a
commit 4db614ee8c
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -71,6 +71,7 @@
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_uuid";