X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=d27cc4ca9672bfcfe1007b2289bfd9bcb14dc71c;hb=f94a10bf00de699a5f3d22ea74665053a5661175;hp=ee9d1d71f56a7f25fabb46e8e7ad51d3977975c4;hpb=4996003800fa06e99d3ea85b17e57e760be75742;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"]);