X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fupdate_notes.php;h=9fc886155159b318355ed8e780fbf4a613d080a8;hb=6161ceff649fd52cb6cdfe14ebe5fdd35f6854a9;hp=b21f698054b9fa3d92f9bdd2ba1ae2280ff5517e;hpb=17858bd8443e0384602b71478fd0b1a00cfeafb1;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index b21f698054..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(App &$a) { +function update_notes_content(App $a) { $profile_uid = intval($_GET["p"]);