Add 2nd param to contact retrieval filter
authorLaury GvR <laury@gaslightmedia.com>
Tue, 20 Mar 2018 15:00:59 +0000 (11:00 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 20 Mar 2018 15:00:59 +0000 (11:00 -0400)
commit379597bd424c90a49460437c5826714948bf05f3
treef2249eea96b0c5f9aec9f64523d99fa1f73d7d42
parent1874b3d73b7f041a5f242bf984153c576265c1a2
Add 2nd param to contact retrieval filter

Apply_filters is used in header.php to get the logged-in contact.
This function requires a second parameter even if this parameter
is an empty string. That is exactly what's been added with this
change, to avoid errors indicating such.
sections/header.php