mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 22:23:41 +00:00
Forumdirectory - don't call hooks. It was intended as a feature, but people keep reporting it as a bug.
This commit is contained in:
parent
5e291da9c3
commit
26326d0c2f
2 changed files with 1 additions and 3 deletions
Binary file not shown.
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue