فهرست منبع

Change order of formats for avatar

For avif or other formats not listed.
Visman 2 سال پیش
والد
کامیت
aee3d0b0a8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Models/Pages/Profile/Edit.php

+ 1 - 1
app/Models/Pages/Profile/Edit.php

@@ -130,7 +130,7 @@ class Edit extends Profile
 
 
                 if ($v->upload_avatar instanceof Image) {
                 if ($v->upload_avatar instanceof Image) {
                     $name   = $this->c->Secury->randomPass(8);
                     $name   = $this->c->Secury->randomPass(8);
-                    $path   = $this->c->DIR_PUBLIC . "{$this->c->config->o_avatars_dir}/{$name}.(jpg|png|gif|webp)";
+                    $path   = $this->c->DIR_PUBLIC . "{$this->c->config->o_avatars_dir}/{$name}.(webp|jpg|png|gif)";
                     $result = $v->upload_avatar
                     $result = $v->upload_avatar
                         ->rename(true)
                         ->rename(true)
                         ->rewrite(false)
                         ->rewrite(false)