diff options
Diffstat (limited to 'ratatoeskr/sys')
-rw-r--r-- | ratatoeskr/sys/models.php | 2 |
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) { |