diff options
author | Mario <mario@mariovavti.com> | 2022-09-15 09:19:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-09-15 09:19:55 +0000 |
commit | 118a5edebc745fe2760f781c8bb9e9006bf6215f (patch) | |
tree | f5162ba06cc2ec32b685fd566b086ed9e52d7b33 /include/text.php | |
parent | 1b4333e8d9c37fcf1d0cb9f952009757a2131528 (diff) | |
download | volse-hubzilla-118a5edebc745fe2760f781c8bb9e9006bf6215f.tar.gz volse-hubzilla-118a5edebc745fe2760f781c8bb9e9006bf6215f.tar.bz2 volse-hubzilla-118a5edebc745fe2760f781c8bb9e9006bf6215f.zip |
fix warnings and regressions
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index dde810e17..3b21b04b6 100644 --- a/include/text.php +++ b/include/text.php @@ -3022,6 +3022,7 @@ function handle_tag(&$body, &$str_tags, $profile_uid, $tag, $in_network = true) $fn_results = []; $access_tag = EMPTY_STR; + $url = EMPTY_STR; // $r is set if we found something |