X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=9fc886155159b318355ed8e780fbf4a613d080a8;hb=6161ceff649fd52cb6cdfe14ebe5fdd35f6854a9;hp=ee9d1d71f56a7f25fabb46e8e7ad51d3977975c4;hpb=967ecb42053dd5bd2b7d66435641ae865c54066b;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index ee9d1d71f5..9fc8861551 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -5,9 +5,11 @@ * Purpose: AJAX synchronisation of notes page */ +use Friendica\App; + require_once("mod/notes.php"); -function update_notes_content(&$a) { +function update_notes_content(App $a) { $profile_uid = intval($_GET["p"]);