Changeset 3181 in subversion
- Timestamp:
- Dec 14, 2009 3:52:33 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_plugin_api.php
r2907 r3181 182 182 public function exec_hook($hook, $args = array()) 183 183 { 184 if (!is_array($args)) 185 $args = array('arg' => $args); 186 184 187 $args += array('abort' => false); 185 188 $this->active_hook = $hook;
Note: See TracChangeset
for help on using the changeset viewer.
