aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notes.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-11 22:57:12 -0700
committerFriendika <info@friendika.com>2011-09-11 22:57:12 -0700
commit57d631b47a0604ac4a50fb9294db1cea35c0944a (patch)
treea16ffe1fd66081a6db6e734714b7b2d66f78c6ab /mod/notes.php
parent17b081f9f79c30fb792912a884fd65984eb7c391 (diff)
downloadvolse-hubzilla-57d631b47a0604ac4a50fb9294db1cea35c0944a.tar.gz
volse-hubzilla-57d631b47a0604ac4a50fb9294db1cea35c0944a.tar.bz2
volse-hubzilla-57d631b47a0604ac4a50fb9294db1cea35c0944a.zip
supply default value for update
Diffstat (limited to 'mod/notes.php')
-rw-r--r--mod/notes.php2
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);