summaryrefslogtreecommitdiffstats
path: root/settings/ajax/removegroup.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/ajax/removegroup.php')
-rw-r--r--settings/ajax/removegroup.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/ajax/removegroup.php b/settings/ajax/removegroup.php
index 19cbe51fd51..f8c2065956c 100644
--- a/settings/ajax/removegroup.php
+++ b/settings/ajax/removegroup.php
@@ -15,5 +15,3 @@ if( OC_Group::deleteGroup( $name )){
else{
OC_JSON::error(array("data" => array( "message" => "Unable to delete group" )));
}
-
-?>