Merge pull request #5148 from owncloud/cache-gc-legacy

Fix loading legacy global filecache gc backgroundjobs
This commit is contained in:
Morris Jobke 2013-10-06 16:25:38 -07:00
commit d986495297
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
class OC_Cache_FileGlobalGC extends OC\Cache\FileGlobalGC{
}