summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-26 15:49:10 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-26 15:49:10 +0200
commitdea6e9e345eb01b5dfdb37cb639efda442ad83f2 (patch)
treebbf5db97639041da2561afd4be10868588c3484c
parentf7636f57ae9ee948402f0c64c0bf4856c66401c3 (diff)
small fix
-rw-r--r--docs/plugins.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst
index 500ae6b66..5688f2e3e 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -57,6 +57,7 @@ Since you dont want to extend the app but use its resources, its advised that yo
// you can use all defined classes but its recommended that you
// stick to the mapper and businesslayer classes since they are less
// likely to change
+ // also dont use controllers from the news app!
return new YourController($c['NewsContainer']['FeedBusinessLayer']);
});
}