diff options
Diffstat (limited to 'src/view/PostBuilder.php')
-rw-r--r-- | src/view/PostBuilder.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/view/PostBuilder.php b/src/view/PostBuilder.php index 70a2d77..de7a818 100644 --- a/src/view/PostBuilder.php +++ b/src/view/PostBuilder.php | |||
@@ -13,12 +13,6 @@ class PostBuilder extends AbstractBuilder | |||
13 | 13 | ||
14 | if(file_exists($viewFile)) | 14 | if(file_exists($viewFile)) |
15 | { | 15 | { |
16 | // id (timestamp) | ||
17 | if(!empty($node->getAttributes())) | ||
18 | { | ||
19 | extract($node->getAttributes()); | ||
20 | } | ||
21 | |||
22 | // html | 16 | // html |
23 | $title = $node->getArticle()->getTitle(); | 17 | $title = $node->getArticle()->getTitle(); |
24 | $html = $node->getArticle()->getContent(); | 18 | $html = $node->getArticle()->getContent(); |