From 4ffd6de24e18d8f5b7f65afb3f55a3dcdac0c8ad Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 24 May 2011 19:58:12 +0000 Subject: Let plugins hook into keep-alive requests git-svn-id: https://svn.roundcube.net/trunk@4807 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 888895899..2cf58145b 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -205,6 +205,7 @@ else { // handle special actions if ($RCMAIL->action == 'keep-alive') { $OUTPUT->reset(); + $RCMAIL->plugins->exec_hook('keep_alive', array()); $OUTPUT->send(); } else if ($RCMAIL->action == 'save-pref') { -- cgit v1.2.3