]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_notes.php
Merge remote-tracking branch 'upstream/develop' into 1706-lock
[friendica.git] / mod / update_notes.php
index b21f698054b9fa3d92f9bdd2ba1ae2280ff5517e..9fc886155159b318355ed8e780fbf4a613d080a8 100644 (file)
@@ -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"]);