diff --git a/main/admin/user_move_stats.php b/main/admin/user_move_stats.php index 3eb7ef3d9f..717a010bce 100755 --- a/main/admin/user_move_stats.php +++ b/main/admin/user_move_stats.php @@ -12,6 +12,8 @@ $this_section = SECTION_PLATFORM_ADMIN; api_protect_admin_script(); +$em = Database::getManager(); + $interbreadcrumb[] = ["url" => 'index.php', "name" => get_lang('PlatformAdmin')]; $debug = 0;