X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=d27cc4ca9672bfcfe1007b2289bfd9bcb14dc71c;hb=d898616f8df8900834d70e5b33e2f40c711b8027;hp=ee9d1d71f56a7f25fabb46e8e7ad51d3977975c4;hpb=126c4774c330d9c9c9038312198c57fb653682df;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index ee9d1d71f5..d27cc4ca96 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -7,7 +7,7 @@ require_once("mod/notes.php"); -function update_notes_content(&$a) { +function update_notes_content(App $a) { $profile_uid = intval($_GET["p"]);