diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-05 08:44:46 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-05 08:44:46 -0700 |
commit | 45b210c2879d93067f3d903b83cd56d392c75156 (patch) | |
tree | b9c16dc58c22f70c14dc0b1e01f34d23f516d2c0 | |
parent | 60126adc7e73ec6e70ee5033abf5032ac6b88305 (diff) |
Add maessage when we automatically log you out of the admin area.
-rw-r--r-- | modules/gallery/controllers/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/controllers/admin.php b/modules/gallery/controllers/admin.php index c460f58c..40dd260b 100644 --- a/modules/gallery/controllers/admin.php +++ b/modules/gallery/controllers/admin.php @@ -74,6 +74,7 @@ class Admin_Controller extends Controller { $result = new stdClass(); $result->result = "success"; if ($time_remaining < 30) { + message::success(t("Automatically logged out of the admin area for your security")); $result->location = url::abs_site(""); } |