Browse Source

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 3 years ago
parent
commit
632649cef0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Private/functions/func.file.inc

+ 3 - 0
Private/functions/func.file.inc

@@ -104,6 +104,9 @@ function storeFSData($details, $filename, $field) {
     case "email":
       file_put_contents($details->detail[1]->email, PHP_STR);
       break;
+    case "beauty":
+      file_put_contents($details->detail[2]->beauty, PHP_STR);
+      break;
     case "guid":
       file_put_contents($details->detail[2]->guid, PHP_STR);
       break;