X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Ffixup_utf8.php;h=dc4bb822f1e593a4e624e8e06389ff9fc240fa08;hb=2a4dc77a633cc78907934fd93200ac16d55be78e;hp=796021b72136655ee4b9a60d64070efde58eb8e8;hpb=e95f77d34c501d345e731ccf6bc722034d155b77;p=quix0rs-gnu-social.git diff --git a/scripts/fixup_utf8.php b/scripts/fixup_utf8.php index 796021b721..dc4bb822f1 100755 --- a/scripts/fixup_utf8.php +++ b/scripts/fixup_utf8.php @@ -159,7 +159,7 @@ class UTF8FixerUpper continue; } - $notice = Notice::staticGet('id', $id); + $notice = Notice::getKV('id', $id); $notice->decache(); $notice->free(); @@ -223,7 +223,7 @@ class UTF8FixerUpper continue; } - $profile = Profile::staticGet('id', $id); + $profile = Profile::getKV('id', $id); $profile->decache(); $profile->free(); @@ -287,7 +287,7 @@ class UTF8FixerUpper continue; } - $user_group = User_group::staticGet('id', $id); + $user_group = User_group::getKV('id', $id); $user_group->decache(); $user_group->free(); @@ -344,7 +344,7 @@ class UTF8FixerUpper continue; } - $message = Message::staticGet('id', $id); + $message = Message::getKV('id', $id); $message->decache(); $message->free();