whitespace

This commit is contained in:
Mario
2025-09-15 07:04:37 +00:00
parent 6123fd2be8
commit 4a098cbeaf

View File

@@ -16,13 +16,13 @@ class Archive {
$o = '';
if(!App::$profile) {
if (!App::$profile) {
return '';
}
$uid = App::$profile['profile_uid'];
if(!feature_enabled($uid, 'archives')) {
if (!feature_enabled($uid, 'archives')) {
return '';
}