mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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.
This commit is contained in:
parent
023c8b0eac
commit
368be8894c
20 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue