summaryrefslogtreecommitdiffstats
path: root/application/controllers/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/user.php')
-rw-r--r--application/controllers/user.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/controllers/user.php b/application/controllers/user.php
index e9c24ee6b..b432cba5e 100644
--- a/application/controllers/user.php
+++ b/application/controllers/user.php
@@ -401,8 +401,6 @@ class User extends MY_Controller {
break;
}
- $this->db->where('key', $key)
- ->delete('actions');
$this->data["alerts"] = $alerts;
return $this->profile();