look for migrate.php in appinfo folder

remotes/origin/stable4
Tom Needham 14 years ago
parent b201e51528
commit 553f4533c0
  1. 0
      apps/bookmarks/appinfo/migrate.php
  2. 2
      lib/migrate.php

@ -64,7 +64,7 @@ class OC_Migrate{
$apps = OC_App::getAllApps();
foreach($apps as $app){
$path = OC::$SERVERROOT . '/apps/' . $app . '/lib/migrate.php';
$path = OC::$SERVERROOT . '/apps/' . $app . '/appinfo/migrate.php';
if( file_exists( $path ) ){
include( $path );
}

Loading…
Cancel
Save