From b5e3e150eb9737022d0c9080e84bac4d290c96a7 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Fri, 22 Jun 2012 20:58:28 +0000 Subject: Correction of path looking for apps and css --- lib/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/db.php') diff --git a/lib/db.php b/lib/db.php index bcc8657b4a4..dc9e3392d0a 100644 --- a/lib/db.php +++ b/lib/db.php @@ -526,7 +526,7 @@ class OC_DB { self::removeDBStructure( OC::$SERVERROOT . '/db_structure.xml' ); foreach($apps as $app){ - $path = OC::$SERVERROOT.'/apps/'.$app.'/appinfo/database.xml'; + $path = self::getAppPath($app).'/appinfo/database.xml'; if(file_exists($path)){ self::removeDBStructure( $path ); } -- cgit v1.2.3