This commit is contained in:
Tom Needham 2012-03-13 21:29:31 +00:00
parent fa8b66ca4f
commit 5a50144a16
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class OC_Migrate{
$supportsmigration[] = $app; $supportsmigration[] = $app;
} }
} }
reutrn $supportsmigration; return $supportsmigration;
} }
/** /**