mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Merge branch 'master' into permissions
This commit is contained in:
@@ -92,7 +92,7 @@ class ViewMessage extends FHC_Controller
|
||||
{
|
||||
$token = $this->input->get('token');
|
||||
|
||||
if (empty($token))
|
||||
if (isEmptyString($token))
|
||||
{
|
||||
show_error('no token supplied');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user