Changeset 463a031 in github for program/include/rcube_plugin_api.php
- Timestamp:
- Dec 14, 2009 3:52:33 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 58fb650
- Parents:
- 9898fe3
- File:
-
- 1 edited
-
program/include/rcube_plugin_api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_plugin_api.php
r912bbbc r463a031 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.
