Remove stored URL from hashtag terms

This commit is contained in:
Hypolite Petovan 2018-11-22 09:33:42 -05:00
commit 81f89ccae8
2 changed files with 6 additions and 4 deletions

View file

@ -170,7 +170,7 @@ EOT;
$term_objtype,
TERM_HASHTAG,
DBA::escape($term),
DBA::escape(System::baseUrl() . '/search?tag=' . $term),
'',
intval($owner_uid)
);
}
@ -192,7 +192,7 @@ EOT;
$term_objtype,
TERM_HASHTAG,
DBA::escape($term),
DBA::escape(System::baseUrl() . '/search?tag=' . $term),
'',
intval($owner_uid)
);
}