mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Merge pull request #24360 from owncloud/cleanup_non_psr4
Move non PSR-4 files from lib/private root to legacy
This commit is contained in:
commit
4575e8acfc
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