rabin 7 years ago
parent
commit
520a5e2c38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      set/src/Manage.php

+ 1 - 1
set/src/Manage.php

@@ -34,7 +34,7 @@ class Manage
         $base = new Base(2);
         $table = $base->type($type);
         $data = Dever::db($table)->one($id);
-        if ($data && isset($data['content'])) {
+        if ($type == 4 && $data && isset($data['content'])) {
             return $data['content'];
         }