This commit is contained in:
Lieu Le 2019-09-27 14:44:17 +07:00
parent 0e03431cb8
commit 9cae389e96
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

@ -24,7 +24,7 @@ function opalestate_load_template_path( $tpl, $args = [], $layout = '' ) {
}
function opalestate_get_image_avatar_placehold() {
return OPALESTATE_PLUGIN_URL . 'assets/images/avatar-placeholder.jpg';
return OPALESTATE_PLUGIN_URL . 'assets/images/avatar-placeholder.png';
}
function opalestate_get_admin_view( $file ) {