Skip to content

Commit

Permalink
use correct class name
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisJobke authored and rullzer committed Oct 20, 2015
1 parent ec296b0 commit e1c47d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/files_sharing/appinfo/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
*/

\OC::$server->getJobList()->add('OCA\Files_sharing\Lib\DeleteOrphanedSharesJob');
\OC::$server->getJobList()->add('OCA\Files_sharing\Lib\ExpireSharesJob');
\OC::$server->getJobList()->add('OCA\Files_sharing\ExpireSharesJob');
2 changes: 1 addition & 1 deletion apps/files_sharing/appinfo/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
}

\OC::$server->getJobList()->add('OCA\Files_sharing\Lib\DeleteOrphanedSharesJob');
\OC::$server->getJobList()->add('OCA\Files_sharing\Lib\ExpireSharesJob');
\OC::$server->getJobList()->add('OCA\Files_sharing\ExpireSharesJob');

0 comments on commit e1c47d6

Please sign in to comment.