rabin 2 éve
szülő
commit
cd956b3f55
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lib/Data.php

+ 1 - 1
lib/Data.php

@@ -189,7 +189,7 @@ class Data
                     $v = str_replace("\n", '<br />', $v);
                 }
 
-                if (strstr($v, 'pics')) {
+                if (strstr($k, 'pics')) {
                     $v = explode(',', $v);
                 }