Merge pull request #4052 from marcosgdf/bug-4049
FIX #4049 PHP warning when trying to access a non-existing product/service
This commit is contained in:
commit
4481c4f978
@ -1569,7 +1569,6 @@ else
|
|||||||
}
|
}
|
||||||
else if ($action != 'create')
|
else if ($action != 'create')
|
||||||
{
|
{
|
||||||
header("Location: index.php");
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user