Fix dynamic_profile.php

Issue: When updating profiles i get http 500 error ..?
Link: https://secure.helpscout.net/conversation/935366827/33053?folderId=1405025
This commit is contained in:
denisbaranov
2019-08-22 16:19:02 +03:00
parent e9aa014d31
commit 7e4a560059
+1 -1
View File
@@ -1,7 +1,7 @@
<style type="text/css">
<?php
$photosize = str_replace('px','',$photosize);
$photosize = filter_var( $photosize, FILTER_SANITIZE_NUMBER_INT );
$photosize_up = ( $photosize / 2 ) + 10;
$meta_padding = ( $photosize + 60 ) . 'px';