diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-11-06 00:10:45 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-11-06 00:10:45 +0100 |
commit | 73d59bd397ba8b54ee47e19132ec6970751ad070 (patch) | |
tree | 331f8694ede4b83e5c7b81ea21c257ecc758ef24 /tests | |
parent | c63f6c74edfe5efc1781b48918d171d21e3e3495 (diff) | |
parent | 4d052c1eeee8c99a3f0a0d10b8e57d209ba2cb3a (diff) | |
download | nextcloud-server-73d59bd397ba8b54ee47e19132ec6970751ad070.tar.gz nextcloud-server-73d59bd397ba8b54ee47e19132ec6970751ad070.zip |
Merge branch 'master' of github.com:owncloud/core into vcategories_db
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/template.php b/tests/lib/template.php index 32ae4aca590..736bc95255c 100644 --- a/tests/lib/template.php +++ b/tests/lib/template.php @@ -20,7 +20,7 @@ * */ -require_once("lib/template.php"); +OC::autoload('OC_Template'); class Test_TemplateFunctions extends UnitTestCase { |