From 6c3451c37da4f41645ece6f38d6dc96f45fcf465 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 13 Nov 2011 21:33:30 +0100 Subject: Corrected typo in documentation. --- ratatoeskr/sys/models.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratatoeskr') 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) { -- cgit v1.2.3-54-g00ecf