Quote:
Originally Posted by 4ibon4ik
Comment system not support other languages here, comment is in russian
|
I have a fix for this, I'll release the package after I'm sure I don't have any more pressing bugs. If you want to manually fix it for now
Open
dbtech/gallery/clientscript/gallery.js
Find
PHP Code:
extraparams += '&comment=' + PHP.urlencode(comments);
and replace with
PHP Code:
extraparams += '&comment=' + comments;
It wont fix comments already submitted but new comments should show correctly.
Dylan