]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User.php
don't get a count from query
[quix0rs-gnu-social.git] / classes / User.php
index 1d8dbc7ab9c87ac7bd87aa007d63415dcda95426..b6689761eec4159faf62fbd15da775fe02a2f197 100644 (file)
@@ -134,7 +134,7 @@ class User extends DB_DataObject
                $notice = new Notice();
                
                $notice->query('SELECT notice.* ' .
-                                          'FROM notice JOIN subscription on notice.profile_id = subscription.subscribed' .
+                                          'FROM notice JOIN subscription on notice.profile_id = subscription.subscribed ' .
                                           'WHERE subscription.subscriber = ' . $this->id . ' ' .
                                           'ORDER BY created DESC, notice.id DESC ' .
                                           'LIMIT ' . $offset . ', ' . $limit);