missing observer check
This commit is contained in:
parent
6b259070f0
commit
ec769bc9f9
@ -251,6 +251,9 @@ class Like extends \Zotlabs\Web\Controller {
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
if(! $observer)
|
||||
killme();
|
||||
|
||||
// this is used to like an item or comment
|
||||
|
||||
|
Reference in New Issue
Block a user