rabin 2 years ago
parent
commit
cd956b3f55
1 changed files with 1 additions and 1 deletions
  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);
                 }