Added app class variable

This commit is contained in:
Michael 2019-03-19 06:57:37 +00:00
parent 0aab620d32
commit dbfb0b6cff

View File

@ -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) {