diff options
author | Friendika <info@friendika.com> | 2011-09-11 22:57:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-11 22:57:12 -0700 |
commit | 57d631b47a0604ac4a50fb9294db1cea35c0944a (patch) | |
tree | a16ffe1fd66081a6db6e734714b7b2d66f78c6ab /mod | |
parent | 17b081f9f79c30fb792912a884fd65984eb7c391 (diff) | |
download | volse-hubzilla-57d631b47a0604ac4a50fb9294db1cea35c0944a.tar.gz volse-hubzilla-57d631b47a0604ac4a50fb9294db1cea35c0944a.tar.bz2 volse-hubzilla-57d631b47a0604ac4a50fb9294db1cea35c0944a.zip |
supply default value for update
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notes.php b/mod/notes.php index 061f5838c..369f120a7 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); |