Skip to content

Commit

Permalink
Combo2 fixed clearWhen condition
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed May 14, 2015
1 parent c6b2046 commit f88db36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/combo2/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ class Server extends Combo2Config
function getConfig($config = [])
{
$config = ArrayHelper::merge([
'clearWhen' => ['client'],
'clearWhen' => ['client/client'],
'affects' => [
'client/seller' => 'seller',
'client/client' => 'client',
'seller' => 'seller',
]
], $config);

Expand Down

0 comments on commit f88db36

Please sign in to comment.