diff options
Diffstat (limited to 'core/ajax/grouplist.php')
-rw-r--r-- | core/ajax/grouplist.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/ajax/grouplist.php b/core/ajax/grouplist.php index cc15102bbc3..e3e92fcfa16 100644 --- a/core/ajax/grouplist.php +++ b/core/ajax/grouplist.php @@ -45,5 +45,3 @@ foreach( OC_Group::getGroups() as $i ){ } OC_JSON::encodedPrint($groups); - -?> |