aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-11-13 21:33:30 +0100
committerKevin Chabowski <kevin@kch42.de>2011-11-13 21:33:30 +0100
commit6c3451c37da4f41645ece6f38d6dc96f45fcf465 (patch)
tree260233b3d49aed7982864ac305f94bc32be16b17
parentecac90f5e5db1ca82d4653047636ef4c2c749015 (diff)
downloadratatoeskr-cms-6c3451c37da4f41645ece6f38d6dc96f45fcf465.tar.gz
ratatoeskr-cms-6c3451c37da4f41645ece6f38d6dc96f45fcf465.tar.bz2
ratatoeskr-cms-6c3451c37da4f41645ece6f38d6dc96f45fcf465.zip
Corrected typo in documentation.
-rw-r--r--ratatoeskr/sys/models.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php
index 64a8ec2..337c367 100644
--- a/ratatoeskr/sys/models.php
+++ b/ratatoeskr/sys/models.php
@@ -1569,7 +1569,7 @@ class Image
*
* Parameters:
* $name - The name for the image
- * $file - A uploaded image file (move_uploaded_file must be able to move the file!).
+ * $file - An uploaded image file (move_uploaded_file must be able to move the file!).
*/
public static function create($name, $file)
{