Passed
Push — dpa_banish ( 03707c )
by David
08:51
created
html/inc/profile.inc 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
     $min_credit = parse_config(get_config(), "<profile_min_credit>");
194 194
     if (!$logged_in_user && $min_credit && $user->expavg_credit < $min_credit ) {
195 195
         error_page(
196
-           tra("To prevent spam, profiles of users with an average credit of less than %1 are displayed only to logged-in users. We apologize for this inconvenience.", $min_credit)
196
+            tra("To prevent spam, profiles of users with an average credit of less than %1 are displayed only to logged-in users. We apologize for this inconvenience.", $min_credit)
197 197
         );
198 198
     }
199 199
 }
Please login to merge, or discard this patch.