aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-09-22 23:30:43 +0000
committerCash Costello <cash.costello@gmail.com>2009-09-22 23:30:43 +0000
commita61747a62b53f342d55fef87be05b8abfbc8bf04 (patch)
tree299066dd56a182f78c600d3c80f31077536856c7 /pages
parentfcced216bea6c5d250c2c13cf251ef563fb99e07 (diff)
downloadelgg-a61747a62b53f342d55fef87be05b8abfbc8bf04.tar.gz
elgg-a61747a62b53f342d55fef87be05b8abfbc8bf04.tar.bz2
small mod on server analysis to make distinction clearer between image magick and imagick
Diffstat (limited to 'pages')
-rw-r--r--pages/server_analysis.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/server_analysis.php b/pages/server_analysis.php
index f1f956f0b..ccffc1632 100644
--- a/pages/server_analysis.php
+++ b/pages/server_analysis.php
@@ -64,7 +64,7 @@
<td>Elgg requires the GD extension to be loaded</td>
</tr>
<tr>
- <td>ImageMagick PHP</td>
+ <td>IMagick PHP extension</td>
<td><?php echo (extension_loaded('imagick')) ? 'Enabled' : 'Disabled'; ?></td>
<td></td>
</tr>