mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Remove/Update references to include/html2*.php
This commit is contained in:
parent
5e806ff598
commit
789561c7a2
18 changed files with 2 additions and 24 deletions
|
@ -372,7 +372,7 @@ include/cronhooks.php: Addon::callHooks('cron', $d);
|
|||
|
||||
include/security.php: Addon::callHooks('logged_in', $a->user);
|
||||
|
||||
include/html2bbcode.php: Addon::callHooks('html2bbcode', $text);
|
||||
src/Content/Text/HTML.php: Addon::callHooks('html2bbcode', $text);
|
||||
|
||||
include/Contact.php: Addon::callHooks('remove_user',$r[0]);
|
||||
|
||||
|
|
|
@ -265,7 +265,7 @@ include/cronhooks.php: Addon::callHooks('cron', $d);
|
|||
|
||||
include/security.php: Addon::callHooks('logged_in', $a->user);
|
||||
|
||||
include/html2bbcode.php: Addon::callHooks('html2bbcode', $text);
|
||||
src/Content/Text/HTML.php: Addon::callHooks('html2bbcode', $text);
|
||||
|
||||
include/Contact.php: Addon::callHooks('remove_user',$r[0]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue