Added open Collective to the readme, thanks @monkeywithacupcake. Added default selection to adding admin views to component. Update some helper methods, and comments.

This commit is contained in:
2018-12-19 06:06:36 +02:00
parent a52d230aeb
commit 279831da30
21 changed files with 581 additions and 533 deletions

View File

@ -3157,6 +3157,7 @@ class Get
if (isset($option2['operator']))
{
$option2['operator'] = $operatorArray[$option2['operator']];
$option2['state_key'] = $this->setPlaceholders($this->setDynamicValues($option2['state_key']), $this->placeholders);
$option2['key'] = $result->key;
}
else