X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=f195b536272d8735cb5d6ee193900777e06d9b3b;hb=316d50cf7aad7f2db21fab988ea5abaddf667750;hp=71650fe21a04bbabe87a0e7c40790939ab50f4b3;hpb=322b7c856ca9ba53bd9c7da50dd5c1e3c9197d56;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index 71650fe21a..f195b53627 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -24,11 +24,11 @@ use Friendica\App; use Friendica\Core\System; use Friendica\DI; -require_once("mod/notes.php"); +require_once 'mod/notes.php'; -function update_notes_content(App $a) { - - $profile_uid = intval($_GET["p"]); +function update_notes_content(App $a) +{ + $profile_uid = intval($_GET['p']); /** *