jmyeom

comma in filename fix

May 21st, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. in inc/classes/upload.class.php
  2.  
  3. find: arround line 46-48
  4.  
  5.  
  6. if (strpos($_FILES['imagefile']['name'], ',') != false) {
  7. exitWithErrorPage(_gettext('Please select only one image to upload.'));
  8. }
  9.  
  10. replace with
  11.  
  12. //if (strpos($_FILES['imagefile']['name'], ',') != false) {
  13. //exitWithErrorPage(_gettext('Please select only one image to upload.'));
  14. //}
Advertisement
Add Comment
Please, Sign In to add comment