]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed app path
authorTom Needham <needham.thomas@gmail.com>
Sat, 30 Jun 2012 10:55:38 +0000 (10:55 +0000)
committerTom Needham <needham.thomas@gmail.com>
Sat, 30 Jun 2012 22:56:47 +0000 (22:56 +0000)
lib/db.php

index 9e6835adc6ffd323d89b22e4721118bf2e159311..ffa0d37307a51c3d39e6eff6babf492bf48a8c16 100644 (file)
@@ -528,7 +528,7 @@ class OC_DB {
                self::removeDBStructure( OC::$SERVERROOT . '/db_structure.xml' );
                
                foreach($apps as $app){
-                       $path = self::getAppPath($app).'/appinfo/database.xml';
+                       $path = OC_App::getAppPath($app).'/appinfo/database.xml';
                        if(file_exists($path)){
                                self::removeDBStructure( $path );       
                        }