@@ -8,7 +8,7 @@
$uid = $_GET['uid'];
$length = ($_GET['length'] && gettype($_GET['length']) == 'integer') ? $_GET['length'] : 10;
echo gettype($_GET['length']);
echo gettype(+$_GET['length']);
echo $length;
?>
The note is not visible to the blocked user.