diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-09-18 15:02:25 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-09-18 15:02:25 +0200 |
commit | 09d043729a41a0e8966ed3bb81567ed1009a37b6 (patch) | |
tree | 9d7f81a609953e924d4a5059c1bb616a18eb0111 /lib/legacy | |
parent | 79cd655920ae3346725539df2f443a66e51c5726 (diff) | |
download | nextcloud-server-09d043729a41a0e8966ed3bb81567ed1009a37b6.tar.gz nextcloud-server-09d043729a41a0e8966ed3bb81567ed1009a37b6.zip |
Note to self 2: Do as you preach. Test!
Diffstat (limited to 'lib/legacy')
-rw-r--r-- | lib/legacy/cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/legacy/cache.php b/lib/legacy/cache.php index 83b214170f7..f915eb516b1 100644 --- a/lib/legacy/cache.php +++ b/lib/legacy/cache.php @@ -6,5 +6,5 @@ * See the COPYING-README file. */ -class Cache extends OC\Cache { +class OC_Cache extends \OC\Cache { }
\ No newline at end of file |