mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Merge pull request #310 from owncloud/fix-contacts-migration
Fix loading of migration provider class
This commit is contained in:
commit
0c4ac6546c
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace OCA\Contacts;
|
||||
|
||||
class MigrationProvider extends OC_Migration_Provider{
|
||||
class MigrationProvider extends \OC_Migration_Provider{
|
||||
|
||||
// Create the xml for the user supplied
|
||||
function export( ) {
|
||||
|
Loading…
Reference in New Issue
Block a user