Applied fixes from StyleCI

This commit is contained in:
flash 2016-03-26 14:19:12 -04:00
parent 07df7d2b64
commit f2b725d742

View file

@ -615,7 +615,6 @@ class ForumController extends Controller
|| $titleTooLong
|| $textTooShort
|| $textTooLong) {
$message = "";
if ($titleTooShort) {
@ -733,7 +732,6 @@ class ForumController extends Controller
|| $titleTooLong
|| $textTooShort
|| $textTooLong) {
$message = "";
if ($titleTooShort) {