Rename file to math the classname

This commit is contained in:
Victor Dubiniuk 2013-07-01 21:50:42 +03:00 committed by Tobias Hintze
parent 956bce12b5
commit 1ce37b6613
2 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ OCP\App::addNavigationEntry(array(
'name' => 'Office')
);
OC::$CLASSPATH['OCA\Office\Storage'] = 'office/lib/office.php';
OC::$CLASSPATH['OCA\Office\Storage'] = 'office/lib/storage.php';