summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-13 20:20:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-13 20:20:08 +0200
commitf5919c23babf37404a0e7f7cf3d581e26c4e24df (patch)
treea451dd4aa18d96074d96f8dd79d2a835dfb5c536
parente09093f55cbcebfaae701fc686deccb3700142df (diff)
Better explanation for errors
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e8c00b545..c4e2f9312 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ The only fix for this issue is that feed providers serve their content over HTTP
The exception name itself will give you a hint about what is wrong:
* **BadFunctionCallException**: Is usually thrown when there are more columns in the database than in the code, e.g.:
- BadFunctionCallException, Message: basicAuthUser is not a valid attribute
+ BadFunctionCallException, Message: basicAuthUser is not a valid attribute
means that the attribute **basicAuthUser** was retrieved from the database but could not be found on the corresponding data object (item.php/feed.php/folder.php) in the **db/** folder