X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FWeight.php;h=3e4add68b7cf54cfe1be34b3ffc72080118797da;hb=84fcc93b39b77b338068f3cab1a6be46a650bcb0;hp=5fcc2a8162d8d5ca92026acaebd008d0a5eaf931;hpb=5ee1bf7c6350f9da1550112ccf8438b9549cecd9;p=civicrm-core.git diff --git a/CRM/Utils/Weight.php b/CRM/Utils/Weight.php index 5fcc2a8162..3e4add68b7 100644 --- a/CRM/Utils/Weight.php +++ b/CRM/Utils/Weight.php @@ -35,8 +35,9 @@ class CRM_Utils_Weight { * To reduce the size of this patch, we only sign the exploitable fields * which make up "$baseURL" in addOrder() (eg 'filter' or 'dao'). * Less-exploitable fields (eg 'dir') are left unsigned. + * 'id','src','dst','dir' */ - static $SIGNABLE_FIELDS = ['reset', 'dao', 'idName', 'url', 'filter']; // 'id','src','dst','dir' + public static $SIGNABLE_FIELDS = ['reset', 'dao', 'idName', 'url', 'filter']; /** * Correct duplicate weight entries by putting them (duplicate weights) in sequence.