diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-02-07 19:04:35 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-02-07 19:04:35 -0800 |
commit | 4e593af0c167b0ec48799f569dced56058e5e8aa (patch) | |
tree | 0c9f7d3230f46bcfe12a776eb1523764385c1b6f /actions/admin | |
parent | 1c0b514cd009d66544aba2902abc2000f5cb5f43 (diff) | |
download | elgg-4e593af0c167b0ec48799f569dced56058e5e8aa.tar.gz elgg-4e593af0c167b0ec48799f569dced56058e5e8aa.tar.bz2 |
Refs #16. Added image lib tester to utilities.
Diffstat (limited to 'actions/admin')
-rw-r--r-- | actions/admin/imtest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/admin/imtest.php b/actions/admin/imtest.php index 293a9b2e8..a58643d0e 100644 --- a/actions/admin/imtest.php +++ b/actions/admin/imtest.php @@ -2,7 +2,7 @@ /** * Tidypics ImageMagick Location Test * - * Called through ajax + * Called through ajax. Not a registered Elgg action. */ $location = $_GET['location']; |