1
0
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:
Thomas Tanghus 2013-12-19 08:07:25 -08:00
commit 0c4ac6546c

View File

@ -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( ) {