Skip to content

Commit 4ee9069

Browse files
authored
Merge pull request #14472 from felixn/stable15
Fix for issue #13319: load oc-backbone-webdav before loading versions app
2 parents e246262 + b0c0bf8 commit 4ee9069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/files_versions/lib/Hooks.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public static function pre_renameOrCopy_hook($params) {
149149
* Load additional scripts when the files app is visible
150150
*/
151151
public static function onLoadFilesAppScripts() {
152+
\OCP\Util::addScript('oc-backbone-webdav');
152153
\OCP\Util::addScript('files_versions', 'merged');
153154
}
154155
}

0 commit comments

Comments
 (0)