[Pkg-owncloud-commits] [owncloud-doc] 48/270: fix classloader typo

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 24085b3348713d980038ab6995dfbb0e183562a5
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Thu May 8 03:07:24 2014 +0200

    fix classloader typo
---
 developer_manual/app/classloader.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developer_manual/app/classloader.rst b/developer_manual/app/classloader.rst
index 52de2e1..9cbbf5b 100644
--- a/developer_manual/app/classloader.rst
+++ b/developer_manual/app/classloader.rst
@@ -32,4 +32,4 @@ The classloader works like this:
 
     require_once '/apps/myapp/controller/pagecontroller.php';
 
-**In other words**: In order for the PageController class to be autoloaded, the class **\\OCA\MyApp\\Controller\\PageController** needs to either be stored in the :file:`/apps/myapp/controller/pagecontroller.php` 
\ No newline at end of file
+**In other words**: In order for the PageController class to be autoloaded, the class **\\OCA\\MyApp\\Controller\\PageController** needs to be stored in the :file:`/apps/myapp/controller/pagecontroller.php` 
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list