diff options
Diffstat (limited to 'settings/ajax/apps')
-rw-r--r-- | settings/ajax/apps/ocs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php index a15b21e1744..fb78cc89248 100644 --- a/settings/ajax/apps/ocs.php +++ b/settings/ajax/apps/ocs.php @@ -62,4 +62,4 @@ if(is_array($catagoryNames)) { } } -OCP\JSON::success(array('type' => 'external', 'data' => $apps));
\ No newline at end of file +OCP\JSON::success(array('type' => 'external', 'data' => $apps)); |