From bdc0876fa86e29ee439e69024f6f476c49886b99 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 22 Dec 2008 06:50:20 +0000 Subject: Add messaging system for reporting actions back to the user. Make module install/uninstall work and tie it into the messaging system. --- core/libraries/Admin_View.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/libraries/Admin_View.php') diff --git a/core/libraries/Admin_View.php b/core/libraries/Admin_View.php index c172b76b..e9ff9791 100644 --- a/core/libraries/Admin_View.php +++ b/core/libraries/Admin_View.php @@ -60,6 +60,13 @@ class Admin_View_Core extends View { print $menu; } + /** + * Print out any messages waiting for this user. + */ + public function messages() { + return message::get(); + } + /** * Handle all theme functions that insert module content. */ -- cgit v1.2.3