diff options
Diffstat (limited to 'app/Model/Link.php')
-rw-r--r-- | app/Model/Link.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Model/Link.php b/app/Model/Link.php index 4e1b4e6b..00b6dfc5 100644 --- a/app/Model/Link.php +++ b/app/Model/Link.php @@ -126,7 +126,6 @@ class Link extends Base $label_id = $this->db->getLastId(); if (! empty($opposite_label)) { - $this->db ->table(self::TABLE) ->insert(array( |