diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-09-09 00:58:37 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-09-09 00:58:37 +0000 |
commit | 5ccb3887f61af7b670f0fafe077401529c141700 (patch) | |
tree | 9c5279c63cdc38b8fd1ec7d42e444d641e8b9460 /actions/imtest.php | |
parent | ce396a3cf4cce3e74b79bb4c4512066404034c47 (diff) | |
download | elgg-5ccb3887f61af7b670f0fafe077401529c141700.tar.gz elgg-5ccb3887f61af7b670f0fafe077401529c141700.tar.bz2 |
added ability to create thumbnails for images that previously failed
Diffstat (limited to 'actions/imtest.php')
-rw-r--r-- | actions/imtest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/imtest.php b/actions/imtest.php index 6ab2b7b8f..8d5171785 100644 --- a/actions/imtest.php +++ b/actions/imtest.php @@ -1,6 +1,6 @@ <?php
/**
- * Tisypics ImageMagick Location Test
+ * Tidypics ImageMagick Location Test
*
* Called through ajax
*/
|