diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-30 10:34:12 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-30 10:34:12 -0400 |
commit | 530e7f03cd2a5c8b348408cb33ea14a424c48f49 (patch) | |
tree | 44ad3c9398bc1fa20f0c0d6e09f013a1602837ad /apps/tal/lib/paths.php | |
parent | db72ce398b9463f1f6547b864494e1c8b3267f1c (diff) | |
download | nextcloud-server-530e7f03cd2a5c8b348408cb33ea14a424c48f49.tar.gz nextcloud-server-530e7f03cd2a5c8b348408cb33ea14a424c48f49.zip |
Remove accidently added 3rd party apps
Diffstat (limited to 'apps/tal/lib/paths.php')
-rw-r--r-- | apps/tal/lib/paths.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/tal/lib/paths.php b/apps/tal/lib/paths.php deleted file mode 100644 index b61d52c0f47..00000000000 --- a/apps/tal/lib/paths.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -/** - * Copyright (c) 2012 Thomas Tanghus <thomas@tanghus.net> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -/** - * This class provides TAL templates for owncloud. - */ -class OC_TALTemplate extends OC_Template { -}
\ No newline at end of file |