mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user