]> source.dussan.org Git - nextcloud-server.git/commitdiff
typo :/
authorTom Needham <needham.thomas@gmail.com>
Tue, 13 Mar 2012 21:29:31 +0000 (21:29 +0000)
committerTom Needham <needham.thomas@gmail.com>
Tue, 13 Mar 2012 21:29:31 +0000 (21:29 +0000)
lib/migrate.php

index 863cf261f4e919ae22976c630bf07fde9881078a..acc01ec7bbd7fb783dc0db1729b01ddc60506aa9 100644 (file)
@@ -133,7 +133,7 @@ class OC_Migrate{
                                $supportsmigration[] = $app;
                        }       
                }
-               reutrn $supportsmigration;      
+               return $supportsmigration;      
        }
        
        /**