diff --git a/appinfo/app.php b/appinfo/app.php index 7311363f..138748c7 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -33,4 +33,4 @@ OCP\App::addNavigationEntry(array( 'name' => 'Office') ); -OC::$CLASSPATH['OCA\Office\Storage'] = 'office/lib/office.php'; \ No newline at end of file +OC::$CLASSPATH['OCA\Office\Storage'] = 'office/lib/storage.php'; \ No newline at end of file diff --git a/lib/office.php b/lib/storage.php similarity index 100% rename from lib/office.php rename to lib/storage.php