Move non PSR-4 files from lib/private root to legacy

As discussed we move all old style classes (OC_FOO_BAR) to legacy.
Then from there we can evaluate the need to convert them back or if they
can be fully deprecated/deleted.
remotes/origin/move_setupfromtoken_to_sharemanager
Roeland Jago Douma 8 years ago
parent 023c8b0eac
commit 368be8894c
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B

@ -36,7 +36,7 @@
use OC\TemplateLayout;
require_once __DIR__.'/template/functions.php';
require_once __DIR__.'/../template/functions.php';
/**
* This class provides the templates for ownCloud.
Loading…
Cancel
Save