Forumdirectory - don't call hooks. It was intended as a feature, but people keep reporting it as a bug.

This commit is contained in:
Thomas Willingham 2013-02-03 15:16:35 +00:00
parent 5e291da9c3
commit 26326d0c2f
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@
* Name: Forum Directory
* Description: Add a directory of forums hosted on your server, with verbose descriptions.
* Version: 1.0
* Author: Thomas Willingham <https://kakste.com/profile/beardyunixer>
* Author: Thomas Willingham <https://beardyunixer.com/profile/beardyunixer>
*/
function forumdirectory_install() {
@ -186,8 +186,6 @@ function forumdirectory_content(&$a) {
$arr = array('contact' => $rr, 'entry' => $entry);
call_hooks('directory_item', $arr);
unset($profile);
unset($location);