mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 10:03: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
|
* Name: Forum Directory
|
||||||
* Description: Add a directory of forums hosted on your server, with verbose descriptions.
|
* Description: Add a directory of forums hosted on your server, with verbose descriptions.
|
||||||
* Version: 1.0
|
* Version: 1.0
|
||||||
* Author: Thomas Willingham <https://kakste.com/profile/beardyunixer>
|
* Author: Thomas Willingham <https://beardyunixer.com/profile/beardyunixer>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function forumdirectory_install() {
|
function forumdirectory_install() {
|
||||||
|
@ -186,8 +186,6 @@ function forumdirectory_content(&$a) {
|
||||||
|
|
||||||
$arr = array('contact' => $rr, 'entry' => $entry);
|
$arr = array('contact' => $rr, 'entry' => $entry);
|
||||||
|
|
||||||
call_hooks('directory_item', $arr);
|
|
||||||
|
|
||||||
unset($profile);
|
unset($profile);
|
||||||
unset($location);
|
unset($location);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue