diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-12-13 00:49:02 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-12-13 00:49:02 +0000 |
commit | b1f340a7041a92541b4e4220fa6c780f596dcc39 (patch) | |
tree | 701666f80aeae5daeed3025a4642088594cfc775 /start.php | |
parent | f743d5a49af135d647243861b1c7e546f8b4c200 (diff) | |
download | elgg-b1f340a7041a92541b4e4220fa6c780f596dcc39.tar.gz elgg-b1f340a7041a92541b4e4220fa6c780f596dcc39.tar.bz2 |
improved the plugin hooks
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -401,7 +401,7 @@ * @param $hook - 'tidypics:slideshow' * @param $entity_type - 'album' * @param $returnvalue - if set, return because another plugin has used the hook - * @param $params - album entity + * @param $params - arry containing album entity * @return unknown_type */ function tidypics_slideshow($hook, $entity_type, $returnvalue, $params) { |