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:
Thomas Müller 2016-05-01 08:47:38 +02:00
commit 4575e8acfc
20 changed files with 1 additions and 1 deletions

View File

@ -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.