X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=369f120a761c80640fe630addbff462eacecc4d1;hb=cdf2fe859f439a9d3689ea946e23d9aef1fb6cac;hp=061f5838cc31dd83068fd4a4919ac7182ede7ac2;hpb=0e441fe19618ab40722e79dfe531ae5a181fc990;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 061f5838cc..369f120a76 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -14,7 +14,7 @@ function notes_init(&$a) { } -function notes_content(&$a,$update) { +function notes_content(&$a,$update = false) { if(! local_user()) { notice( t('Permission denied.') . EOL);