mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
app not defined
This commit is contained in:
parent
2d542e0f98
commit
e32cda6542
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ function group_select($selname,$selclass,$preselected = false,$size = 4) {
|
|||
|
||||
function contact_select($selname, $selclass, $preselected = false, $size = 4, $privmail = false, $celeb = false, $privatenet = false) {
|
||||
|
||||
$a = get_app();
|
||||
|
||||
$o = '';
|
||||
|
||||
// When used for private messages, we limit correspondence to mutual friends and the selector
|
||||
|
|
Loading…
Reference in a new issue