diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-03-09 21:03:10 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-03-09 21:03:10 +0000 |
| commit | 1e2894f27627cd693ee463bfc26abcea6385f96c (patch) | |
| tree | 0d4a420d59bc032698e2c188bfa295d5d160ad64 /roundcubemail/index.php | |
| parent | 46b3b3614a3daeb645a5303aa81040d18b555bd3 (diff) | |
Fixed check-recent [richs]
git-svn-id: https://svn.roundcube.net/trunk@2339 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 172d57c88..fba7e813c 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -183,6 +183,7 @@ $action_map = array( 'remove-attachment' => 'attachments.inc', 'display-attachment' => 'attachments.inc', 'upload' => 'attachments.inc', + 'check-recent' => 'check_recent.inc', ), 'addressbook' => array( |
