mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
whitespace
This commit is contained in:
@@ -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 '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user