Browse Source

Merge pull request #345 from discomrade/reporttoolong-fix

Fix typos in https://github.com/towards-a-new-leftypol/leftypol_lainchan/pull/336
pull/40/head
nonmakina 3 years ago
committed by GitHub
parent
commit
8469d905c2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      post.php

2
post.php

@ -320,7 +320,7 @@ function handle_report(){
error($config['error']['noreport']);
if (strlen($_POST['reason']) > $config['report_max_length'])
error($config['error']['reporttoolong']);
error($config['error']['toolongreport']);
if (count($report) > $config['report_limit'])
error($config['error']['toomanyreports']);

Loading…
Cancel
Save