]> source.dussan.org Git - nextcloud-server.git/commit
namespaces use upcasefirst parts
authorJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 20 Sep 2013 14:37:07 +0000 (16:37 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 20 Sep 2013 14:37:07 +0000 (16:37 +0200)
commit9e39118b526afe6464fc15ea3fa5ed6301f1f63d
tree6db10176608de0d7a5b79d6a3b05750fc01791a9
parent09cfebe93653f9168bdfb8e480a47c50a28868ea
namespaces use upcasefirst parts
when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app
its magic!
14 files changed:
apps/files/ajax/delete.php
apps/files/ajax/getstoragestats.php
apps/files/ajax/list.php
apps/files/ajax/rawlist.php
apps/files/ajax/upload.php
apps/files/index.php
apps/files/lib/helper.php
apps/files_sharing/public.php
apps/files_trashbin/ajax/list.php
apps/files_trashbin/appinfo/app.php
apps/files_trashbin/index.php
apps/files_trashbin/lib/helper.php
apps/files_trashbin/lib/trash.php [deleted file]
apps/files_trashbin/lib/trashbin.php [new file with mode: 0644]