mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
make sure class file is loaded once
This commit is contained in:
parent
1c0cc6c7bc
commit
aeb9cfc6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class OC_Migrate{
|
|||
foreach($apps as $app) {
|
||||
$path = OC_App::getAppPath($app) . '/appinfo/migrate.php';
|
||||
if( file_exists( $path ) ) {
|
||||
include $path;
|
||||
include_once $path;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue