diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-02-07 14:03:39 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-02-07 14:03:39 +0100 |
commit | cd3ef0bb9d6585dcc07e7ca62285032245283106 (patch) | |
tree | 462f34b473a4b1f9e026ca42223584086ed4883c /lib/private/db/statementwrapper.php | |
parent | b537d90e58913be203fd96f31b624559be00abeb (diff) | |
download | nextcloud-server-cd3ef0bb9d6585dcc07e7ca62285032245283106.tar.gz nextcloud-server-cd3ef0bb9d6585dcc07e7ca62285032245283106.zip |
Add caching to appconfig
Diffstat (limited to 'lib/private/db/statementwrapper.php')
-rw-r--r-- | lib/private/db/statementwrapper.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/db/statementwrapper.php b/lib/private/db/statementwrapper.php index 5e89261d936..a71df315e2f 100644 --- a/lib/private/db/statementwrapper.php +++ b/lib/private/db/statementwrapper.php @@ -31,6 +31,9 @@ class OC_DB_StatementWrapper { /** * make execute return the result instead of a bool + * + * @param array $input + * @return \OC_DB_StatementWrapper | int */ public function execute($input=array()) { if(OC_Config::getValue( "log_query", false)) { |