Applied fixes from StyleCI
This commit is contained in:
parent
07df7d2b64
commit
f2b725d742
1 changed files with 0 additions and 2 deletions
|
@ -615,7 +615,6 @@ class ForumController extends Controller
|
||||||
|| $titleTooLong
|
|| $titleTooLong
|
||||||
|| $textTooShort
|
|| $textTooShort
|
||||||
|| $textTooLong) {
|
|| $textTooLong) {
|
||||||
|
|
||||||
$message = "";
|
$message = "";
|
||||||
|
|
||||||
if ($titleTooShort) {
|
if ($titleTooShort) {
|
||||||
|
@ -733,7 +732,6 @@ class ForumController extends Controller
|
||||||
|| $titleTooLong
|
|| $titleTooLong
|
||||||
|| $textTooShort
|
|| $textTooShort
|
||||||
|| $textTooLong) {
|
|| $textTooLong) {
|
||||||
|
|
||||||
$message = "";
|
$message = "";
|
||||||
|
|
||||||
if ($titleTooShort) {
|
if ($titleTooShort) {
|
||||||
|
|
Reference in a new issue