diff --git a/helper/jCryption.lnk.php b/helper/jCryption.lnk.php index 1cd06fd..06e61c1 100644 --- a/helper/jCryption.lnk.php +++ b/helper/jCryption.lnk.php @@ -22,7 +22,7 @@ if(!check_function_exists("jCryption_load")) { } if(!check_function_exists("jCryption_get")) { - function jCryption_get($idx, $selector="") { + function jCryption_get($idx=0, $selector="") { $s = array(); $s[] = "JCryption::decrypt();"; $s[] = sprintf("$(function(){$(\"%s\").jCryption(); });", $selector);