aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-04 13:18:11 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-04 13:18:11 +0300
commit6e76c59007ef51c78a056cb0be7e1f96f6e4a210 (patch)
tree6f55ab499c8fb3a839029dc96b98d25cb81ee711
parent5bd4d6b0513dd7944641dfc4498b77f7c66da40b (diff)
downloadnextcloud-server-6e76c59007ef51c78a056cb0be7e1f96f6e4a210.tar.gz
nextcloud-server-6e76c59007ef51c78a056cb0be7e1f96f6e4a210.zip
Remove closing php tag
-rw-r--r--core/ajax/share.php2
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