Skip to content

Commit cf87e90

Browse files
author
Riari
committed
Fix Validation::check()
1 parent 98505f3 commit cf87e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Riari/Forum/Libraries/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function check($type = 'thread')
2626
return false;
2727
}
2828

29-
return false;
29+
return true;
3030
}
3131

3232
}

0 commit comments

Comments
 (0)