summaryrefslogtreecommitdiff
path: root/app/Controller/DashboardController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/DashboardController.php')
-rw-r--r--app/Controller/DashboardController.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/Controller/DashboardController.php b/app/Controller/DashboardController.php
index f32f8552..cdd256d8 100644
--- a/app/Controller/DashboardController.php
+++ b/app/Controller/DashboardController.php
@@ -106,20 +106,4 @@ class DashboardController extends BaseController
'user' => $user,
)));
}
-
- /**
- * My notifications
- *
- * @access public
- */
- public function notifications()
- {
- $user = $this->getUser();
-
- $this->response->html($this->helper->layout->dashboard('dashboard/notifications', array(
- 'title' => t('Notifications for %s', $this->helper->user->getFullname($user)),
- 'notifications' => $this->userUnreadNotificationModel->getAll($user['id']),
- 'user' => $user,
- )));
- }
}