From: Jerome Jutteau Date: Sun, 22 Feb 2015 18:12:38 +0000 (+0100) Subject: fix error on link encrypted parameters X-Git-Tag: 1.1~169 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/794c20eff72e03a6af2fbdebb091560ed8b6f296?hp=145950308252425226bcc5b97993550fefac3c15 fix error on link encrypted parameters --- diff --git a/lib/functions.php b/lib/functions.php index c613d4a..76ae4b0 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -555,6 +555,8 @@ jirafeau_get_link ($hash) $out['link_code'] = trim ($c[9]); if (trim ($c[10]) == 'C') $out['crypted'] = true; + else + $out['crypted'] = false; return $out; }