mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Another Fix setup where user_companies was not creating a record due to user_id being out of the loop
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
if(!empty($_GET['sb'])){
|
||||
$sb = $_GET['sb'];
|
||||
}else{
|
||||
$sb = "company_id";
|
||||
$sb = "companies.company_id";
|
||||
}
|
||||
|
||||
if(isset($_GET['o'])){
|
||||
|
||||
Reference in New Issue
Block a user