Added app class variable

2022.09-rc
Michael 2019-03-19 06:57:37 +00:00
rodzic 0aab620d32
commit dbfb0b6cff
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1090,6 +1090,8 @@ class Profile
*/
public static function addVisitorCookieForHandle($handle)
{
$a = \get_app();
// Try to find the public contact entry of the visitor.
$cid = Contact::getIdForURL($handle);
if (!$cid) {