]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixes #266
authorThomas Mueller <thomas.mueller@tmit.eu>
Mon, 5 Nov 2012 20:26:59 +0000 (21:26 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Mon, 5 Nov 2012 20:26:59 +0000 (21:26 +0100)
tests/lib/template.php

index 32ae4aca59055fc70704b150ec7fc025735ba203..736bc95255c05824a1a810cf0d799f057475a201 100644 (file)
@@ -20,7 +20,7 @@
 *
 */
 
-require_once("lib/template.php");
+OC::autoload('OC_Template');
 
 class Test_TemplateFunctions extends UnitTestCase {