Filename generation bug
-
Hello, I just found an error in the filename generation here:
https://plugins.trac.ww.wp.xz.cn/browser/qr-code-generator-by-unitag/trunk/unitag.php#L192
It should be:
$filename = 'qr_' . $type . '_' . md5(json_encode(array($id_template, $size, $data_array))) . '.jpg';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Filename generation bug’ is closed to new replies.