summaryrefslogtreecommitdiff
path: root/htdocs/src/Post.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/src/Post.inc.php')
-rw-r--r--htdocs/src/Post.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/src/Post.inc.php b/htdocs/src/Post.inc.php
index 888a5fa..906778e 100644
--- a/htdocs/src/Post.inc.php
+++ b/htdocs/src/Post.inc.php
@@ -213,7 +213,7 @@ class Post {
public function getCategory() {
if ($this->category == NULL) {
- $this->category = Categories::getById($this->info['category_id']);
+ $this->category = Category::getById($this->info['category_id']);
}
return $this->category;