Skip to content

Commit 113a164

Browse files
committed
Update release_3_0_2.php
Revert last change; it needed to be made in release_0_0_8.php instead.
1 parent 4dc659a commit 113a164

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

migrations/release_3_0_2.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,4 @@ public function update_data()
3838

3939
return $re;
4040
}
41-
42-
public function calc_count_tags()
43-
{
44-
/* @var $auth \phpbb\auth\auth */
45-
$auth = $this->container->get('auth');
46-
$db_helper = new db_helper($this->db);
47-
$config_text = $this->container->get('config_text');
48-
$tags_manager = new tags_manager($this->db, $this->config, $config_text, $auth, $this->language, $this->user, $db_helper, $this->table_prefix);
49-
$tags_manager->calc_count_tags();
50-
}
5141
}

0 commit comments

Comments
 (0)