Removed PHP notices in comment suppression view
This commit is contained in:
@@ -11,6 +11,10 @@ Improvements:
|
|||||||
|
|
||||||
* Filter/Lexer/QueryBuilder refactoring
|
* Filter/Lexer/QueryBuilder refactoring
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* Removed PHP notices in comment suppression view
|
||||||
|
|
||||||
Version 1.0.27
|
Version 1.0.27
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,9 @@ class Comment extends Base
|
|||||||
self::TABLE.'.comment',
|
self::TABLE.'.comment',
|
||||||
self::TABLE.'.reference',
|
self::TABLE.'.reference',
|
||||||
User::TABLE.'.username',
|
User::TABLE.'.username',
|
||||||
User::TABLE.'.name'
|
User::TABLE.'.name',
|
||||||
|
User::TABLE.'.email',
|
||||||
|
User::TABLE.'.avatar_path'
|
||||||
)
|
)
|
||||||
->join(User::TABLE, 'id', 'user_id')
|
->join(User::TABLE, 'id', 'user_id')
|
||||||
->eq(self::TABLE.'.id', $comment_id)
|
->eq(self::TABLE.'.id', $comment_id)
|
||||||
|
|||||||
Reference in New Issue
Block a user