diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-12-08 20:04:56 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-12-08 20:05:12 +0100 |
commit | eeaf539a4414e3081b6f6652167363a3221a1973 (patch) | |
tree | 0616110c205df731c542ea600db369d842a99f9c /lib/db.php | |
parent | d4546cdf37bced97d447b5170202cbd61c39d3be (diff) | |
download | nextcloud-server-eeaf539a4414e3081b6f6652167363a3221a1973.tar.gz nextcloud-server-eeaf539a4414e3081b6f6652167363a3221a1973.zip |
Gallery: splitout model code
Diffstat (limited to 'lib/db.php')
-rw-r--r-- | lib/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php index c059f5ab336..bcfe320665f 100644 --- a/lib/db.php +++ b/lib/db.php @@ -492,7 +492,7 @@ class PDOStatementWrapper{ } /** - * make exucute return the result instead of a bool + * make execute return the result instead of a bool */ public function execute($input=array()){ $this->lastArguments=$input; |