1
This commit is contained in:
@@ -792,7 +792,7 @@ class ContentLibraryController extends Controller
|
||||
->join('content_library l', 'i.libraryId = l.id')
|
||||
->where([
|
||||
['i.id', '=', $id],
|
||||
['l.userId', '=', $this->request->userInfo['id']]
|
||||
['l.companyId', '=', $this->request->userInfo['companyId']]
|
||||
])
|
||||
->find();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user