Merge branch 'master' into permissions

This commit is contained in:
Paolo
2018-06-28 14:52:09 +02:00
72 changed files with 655 additions and 381 deletions
+1 -1
View File
@@ -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');
}