supply default value for update

This commit is contained in:
Friendika 2011-09-11 22:57:12 -07:00
parent 17b081f9f7
commit 57d631b47a

View file

@ -14,7 +14,7 @@ function notes_init(&$a) {
} }
function notes_content(&$a,$update) { function notes_content(&$a,$update = false) {
if(! local_user()) { if(! local_user()) {
notice( t('Permission denied.') . EOL); notice( t('Permission denied.') . EOL);