Skip to content

Commit

Permalink
Кабинет
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 24, 2023
1 parent a067a74 commit 0ef135c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/CmsSearchPhrase.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function rules()
'default',
'value' => function (self $model, $attribute) {
//\Yii::$app->session->open();
return $_SESSION;
return @$_SESSION;
}
],
[
Expand Down

0 comments on commit 0ef135c

Please sign in to comment.