X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=9fc886155159b318355ed8e780fbf4a613d080a8;hb=d0dfcc71a82ac423db68a12fd2eaf6d13cb18e1f;hp=b21f698054b9fa3d92f9bdd2ba1ae2280ff5517e;hpb=d2280d4120ca09ff5f3013e961a1f43bb5244cc6;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"]);