Skip to content

Commit

Permalink
#233 - File upload uniqueid not unique.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoumbourdis committed Aug 28, 2013
1 parent 5ba2326 commit 8f3fc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Grocery_CRUD.php
Expand Up @@ -2571,7 +2571,7 @@ protected function get_upload_file_input($field_info, $value)

$this->set_js_config($this->default_javascript_path.'/jquery_plugins/config/jquery.fancybox.config.js');

$unique = uniqid();
$unique = mt_rand();

$allowed_files = $this->config->file_upload_allow_file_types;
$allowed_files_ui = '.'.str_replace('|',',.',$allowed_files);
Expand Down
1 change: 1 addition & 0 deletions change_log.txt
@@ -1,5 +1,6 @@
v 1.4.1
#231 - Read page not showing relations.
#233 - File upload uniqueid not unique.
v 1.4.0
#170 - Problem with more than one date inputs at the dialog.
#148 - New theme twitter-bootstrap
Expand Down

0 comments on commit 8f3fc8e

Please sign in to comment.