diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:18:11 +0300 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 13:18:11 +0300 |
commit | 6e76c59007ef51c78a056cb0be7e1f96f6e4a210 (patch) | |
tree | 6f55ab499c8fb3a839029dc96b98d25cb81ee711 | |
parent | 5bd4d6b0513dd7944641dfc4498b77f7c66da40b (diff) | |
download | nextcloud-server-6e76c59007ef51c78a056cb0be7e1f96f6e4a210.tar.gz nextcloud-server-6e76c59007ef51c78a056cb0be7e1f96f6e4a210.zip |
Remove closing php tag
-rw-r--r-- | core/ajax/share.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/ajax/share.php b/core/ajax/share.php index debdf612c0e..3ace97d4d02 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -135,5 +135,3 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSo break; } } - -?>
\ No newline at end of file |