updated plugin Simple Local Avatars version 2.8.6

This commit is contained in:
2026-06-03 21:29:14 +00:00
committed by Gitium
parent 766faf9ed9
commit e410ed67cf
8 changed files with 166 additions and 139 deletions

View File

@ -14,10 +14,7 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';