summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Event
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-01-14 13:31:15 +0100
committerJulius Härtl <jus@bitgrid.net>2021-01-28 12:00:18 +0100
commit78e114ed72a01e3c37fe0e955ffe6ef649782575 (patch)
treec5e01ff4546b780dbb8a597e642b877fa01ab48d /apps/files/lib/Event
parent497440477492b6e7df8ca1eb6c79eb7100a2fe24 (diff)
downloadnextcloud-server-78e114ed72a01e3c37fe0e955ffe6ef649782575.tar.gz
nextcloud-server-78e114ed72a01e3c37fe0e955ffe6ef649782575.zip
Add template picker
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/lib/Event')
-rw-r--r--apps/files/lib/Event/LoadAdditionalScriptsEvent.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/lib/Event/LoadAdditionalScriptsEvent.php b/apps/files/lib/Event/LoadAdditionalScriptsEvent.php
index de222ccc55a..e5943c6f895 100644
--- a/apps/files/lib/Event/LoadAdditionalScriptsEvent.php
+++ b/apps/files/lib/Event/LoadAdditionalScriptsEvent.php
@@ -30,7 +30,8 @@ namespace OCA\Files\Event;
use OCP\EventDispatcher\Event;
/**
- * This event is triggered when the files app is rendered. It canb e used to add additional scripts to the files app.
+ * This event is triggered when the files app is rendered.
+ * It can be used to add additional scripts to the files app.
*
* @since 17.0.0
*/