diff options
Diffstat (limited to 'core/Command/Background/Ajax.php')
-rw-r--r-- | core/Command/Background/Ajax.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Command/Background/Ajax.php b/core/Command/Background/Ajax.php index 3eb00655ead..5dc94d939d7 100644 --- a/core/Command/Background/Ajax.php +++ b/core/Command/Background/Ajax.php @@ -26,7 +26,6 @@ namespace OC\Core\Command\Background; class Ajax extends Base { - protected function getMode() { return 'ajax'; } |