Skip to content

Commit

Permalink
Allow no CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed Feb 28, 2022
1 parent 5cbf637 commit 87a23fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/userPhotoUploadInclude.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script>
$(document).ready(function () {
<?php
echo $croppie['restartCroppie'] . "('" . User::getPhoto() . "');";
echo $croppie['restartCroppie'] . "('" . User::getPhoto(0, true) . "');";
?>
});
function userPhotoUpload(image) {
Expand Down

0 comments on commit 87a23fa

Please sign in to comment.