completed alternative 1 for issue 12

This commit is contained in:
Erik Hommel 2017-07-20 09:46:58 +02:00
parent 4b93dfae7d
commit 662f217570
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if (!isset($action['version']) || $action['version'] != 3) {
// in release 0.4, allowed entity/actions per IP were introduced. To introduce backward compatibility, // in release 0.4, allowed entity/actions per IP were introduced. To introduce backward compatibility,
// the previous test is still used when no 'all' key is found in the array // the previous test is still used when no 'all' key is found in the array
if (isset($relst_allowed_actions['all'] { if (isset($rest_allowed_actions['all'])) {
// get valid key for the rest_allowed_actions // get valid key for the rest_allowed_actions
$valid_allowed_key = civiproxy_get_valid_allowed_actions_key($action); $valid_allowed_key = civiproxy_get_valid_allowed_actions_key($action);