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