]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Merge pull request #10 from duthied/master
[friendica.git] / mod / notes.php
index 061f5838cc31dd83068fd4a4919ac7182ede7ac2..369f120a761c80640fe630addbff462eacecc4d1 100644 (file)
@@ -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);