Changeset 5778 in subversion


Ignore:
Timestamp:
Jan 16, 2012 5:08:59 AM (16 months ago)
Author:
alec
Message:
  • Add imap_init hook for backward compat.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-framework/roundcubemail/program/include/rcmail.php

    r5777 r5778  
    685685    } 
    686686 
    687     $hook = $this->plugins->exec_hook("storage_init", $options); 
     687    $options = $this->plugins->exec_hook("storage_init", $options); 
     688 
     689    // for backward compat. (deprecated, to be removed) 
     690    $options = $this->plugins->exec_hook("imap_init", $options); 
    688691 
    689692    $this->storage->set_options($options); 
Note: See TracChangeset for help on using the changeset viewer.