Fix var_dump
This commit is contained in:
parent
123c047e29
commit
93b4853f8e
@ -117,7 +117,6 @@ if ($action == 'add' && !empty($permissiontoadd)) {
|
|||||||
|
|
||||||
if (!$error) {
|
if (!$error) {
|
||||||
$result = $object->create($user);
|
$result = $object->create($user);
|
||||||
var_dump($object);exit;
|
|
||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
// Creation OK
|
// Creation OK
|
||||||
$urltogo = $backtopage ? str_replace('__ID__', $result, $backtopage) : $backurlforlist;
|
$urltogo = $backtopage ? str_replace('__ID__', $result, $backtopage) : $backurlforlist;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user