Skip to content

Commit

Permalink
cast to string
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d00741)
  • Loading branch information
michield committed Feb 6, 2017
1 parent 980d7c8 commit 8029751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/connect.php
Expand Up @@ -1876,7 +1876,7 @@ function repeatMessage($msgid)
'update %s set embargo = "%s",status = "submitted", uuid="%s" where id = %d',
$GLOBALS['tables']['message'],
$msgdata['newembargo'],
UUID::generate(4),
(string) UUID::generate(4),
$newid
));

Expand Down

0 comments on commit 8029751

Please sign in to comment.