diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-06 23:00:36 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-06 23:00:36 +0200 |
commit | 1945cd694636def02a2b2d4fb36720b3f0aeeb10 (patch) | |
tree | ee041bce0aaa57f99a6680c2138c8fef00129869 /apps/files_versions/history.php | |
parent | 5d55c709dddad44984446efa49ceb7084fc16b3f (diff) | |
download | nextcloud-server-1945cd694636def02a2b2d4fb36720b3f0aeeb10.tar.gz nextcloud-server-1945cd694636def02a2b2d4fb36720b3f0aeeb10.zip |
ported the oc_template class
Diffstat (limited to 'apps/files_versions/history.php')
-rwxr-xr-x | apps/files_versions/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/history.php b/apps/files_versions/history.php index eb8886239d3..4306e416400 100755 --- a/apps/files_versions/history.php +++ b/apps/files_versions/history.php @@ -24,7 +24,7 @@ require_once( '../../lib/base.php' ); OCP\User::checkLoggedIn( ); OCP\Util::addStyle('files_versions','versions'); -$tmpl = new OC_Template( 'files_versions', 'history', 'user' ); +$tmpl = new OCP\Template( 'files_versions', 'history', 'user' ); if ( isset( $_GET['path'] ) ) { |