Skip to content

Commit

Permalink
Fixed error on archive page
Browse files Browse the repository at this point in the history
  • Loading branch information
lux committed Sep 25, 2020
1 parent 6c0aa66 commit f125d41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/blog/handlers/archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
foreach ($posts as $post) {
if ($post->slug == '') {
$post->slug = URLify::filter ($post->title);
$post->put ();
}

$post->url = '/blog/post/' . $post->id . '/';
Expand Down

0 comments on commit f125d41

Please sign in to comment.