diff --git a/plugins/Favorite/FavoritePlugin.php b/plugins/Favorite/FavoritePlugin.php index d06153965e..a9a95f80cc 100644 --- a/plugins/Favorite/FavoritePlugin.php +++ b/plugins/Favorite/FavoritePlugin.php @@ -393,7 +393,7 @@ class FavoritePlugin extends ActivityHandlerPlugin if (empty($arg)) { $result = null; } else { - list($other, $extra) = $this->split_arg($arg); + list($other, $extra) = CommandInterpreter::split_arg($arg); if (!empty($extra)) { $result = null; } else {