From 1ce37b6613443fac326761f7f157c483be6366f1 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Mon, 1 Jul 2013 21:50:42 +0300 Subject: [PATCH] Rename file to math the classname --- appinfo/app.php | 2 +- lib/{office.php => storage.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{office.php => storage.php} (100%) 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