X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile_photo.php;h=4a5e52315785363b05724103daa82cd38a7ea96e;hb=2044862eb96897a75f6c6b20d051ed46a3ac933c;hp=d1f77a3db43ceb320a56847a54123840f88308e4;hpb=290da6c845294d3bf02b581c500d5083d9f4dd72;p=friendica.git diff --git a/mod/profile_photo.php b/mod/profile_photo.php index d1f77a3db4..4a5e523157 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -1,6 +1,6 @@ config['imagecrop'] = $hash; $a->config['imagecrop_resolution'] = $smallest; $a->config['imagecrop_ext'] = $ph->getExt(); - $a->page['htmlhead'] .= get_markup_template("crophead.tpl"); - $a->page['end'] .= get_markup_template("cropend.tpl"); + $a->page['htmlhead'] .= replace_macros(get_markup_template("crophead.tpl"), array()); + $a->page['end'] .= replace_macros(get_markup_template("cropend.tpl"), array()); return; }}