Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
issue #707: Доработка функционала "СПАСИБО" (RC1)
Browse files Browse the repository at this point in the history
  • Loading branch information
awd-studio committed Oct 31, 2017
1 parent f0626f0 commit 8457cab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion profiles/drupalru/modules/dru_tnx/dru_tnx.install
Expand Up @@ -150,7 +150,10 @@ function dru_tnx_update_7001(&$sandbox) {

// Phase #2
if (!isset($sandbox['#finished']) && !isset($sandbox['data'])) {
$sandbox['data'] = [];
$sandbox['data'] = [
'node' => [],
'comment' => [],
];
$sandbox['delete'] = [];
$sandbox['users'] = [];

Expand Down

0 comments on commit 8457cab

Please sign in to comment.