X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fupdate_notes.php;h=b81c2fbe7d1314b6f840e1b53183c02202601294;hb=5290b1404b46b523e7a028b218648d838813f1ff;hp=b21f698054b9fa3d92f9bdd2ba1ae2280ff5517e;hpb=20e71d21a6206c03f2137eb82edf8f8b3bc644f2;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index b21f698054..b81c2fbe7d 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -5,9 +5,12 @@ * Purpose: AJAX synchronisation of notes page */ +use Friendica\App; +use Friendica\Core\PConfig; + require_once("mod/notes.php"); -function update_notes_content(App &$a) { +function update_notes_content(App $a) { $profile_uid = intval($_GET["p"]); @@ -32,7 +35,7 @@ function update_notes_content(App &$a) { $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text);