dever 6 years ago
parent
commit
b5501c3d16
1 changed files with 3 additions and 0 deletions
  1. 3 0
      content/lib/Article.php

+ 3 - 0
content/lib/Article.php

@@ -68,6 +68,9 @@ class Article
                     }
 
                     $info = Dever::load($method)->get($v);
+                    if (isset($info['content'])) {
+                        unset($info['content']);
+                    }
                     $replace[$k] = array('id' => $v, 'type' => $type, 'content' => $info);
                 }
             }