X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/1ad5db219b4e3c8e919546a497cf64236a31c214..bbc830990c1a38deceae30553dd1f08def3a1c92:/lib/functions.php

diff --git a/lib/functions.php b/lib/functions.php
index f1c1d77..15c7a3e 100755
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -905,7 +905,7 @@ jirafeau_async_end ($ref, $code, $crypt, $link_name_length)
     $crypt_key = '';
     if ($crypt == true && extension_loaded('mcrypt'))
     {
-        $cypt_key = jirafeau_encrypt_file ($p, $p);
+        $crypt_key = jirafeau_encrypt_file ($p, $p);
         if (strlen($crypt_key) > 0)
             $crypted = true;
     }