Skip to content

Commit 31fffb0

Browse files
author
Tom Coward
committed
Fixed issue #3
1 parent 8e4fa7a commit 31fffb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

XFRM/Service/ResourceItem/Delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Delete extends XFCP_Delete
66
{
77
public function delete($type, $reason = '')
88
{
9-
$result = parent::delete($type, $reason = '');
9+
$result = parent::delete($type, $reason);
1010

1111
$resource = $this->resource;
1212

XFRM/Service/ResourceUpdate/Delete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Delete extends XFCP_Delete
66
{
77
public function delete($type, $reason = '')
88
{
9-
$result = parent::delete($type, $reason = '');
9+
$result = parent::delete($type, $reason);
1010

1111
$update = $this->update;
1212

0 commit comments

Comments
 (0)