mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 09:43:51 -04:00
Add messaging system for reporting actions back to the user. Make
module install/uninstall work and tie it into the messaging system.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user