diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-11-13 21:33:30 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-11-13 21:33:30 +0100 |
commit | 6c3451c37da4f41645ece6f38d6dc96f45fcf465 (patch) | |
tree | 260233b3d49aed7982864ac305f94bc32be16b17 /ratatoeskr/sys/models.php | |
parent | ecac90f5e5db1ca82d4653047636ef4c2c749015 (diff) | |
download | ratatoeskr-cms-6c3451c37da4f41645ece6f38d6dc96f45fcf465.tar.gz ratatoeskr-cms-6c3451c37da4f41645ece6f38d6dc96f45fcf465.tar.bz2 ratatoeskr-cms-6c3451c37da4f41645ece6f38d6dc96f45fcf465.zip |
Corrected typo in documentation.
Diffstat (limited to 'ratatoeskr/sys/models.php')
-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) { |