diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-12-12 04:18:04 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-12-12 04:18:04 +0000 |
commit | b40060fafaba46e2fb8800b2c2e557a8c6bde9db (patch) | |
tree | 4f7b57a2997d907710002d306794c6c289d235d0 | |
parent | 515dbe6886987ef2399b532ce1816805a7ace0c0 (diff) | |
download | elgg-b40060fafaba46e2fb8800b2c2e557a8c6bde9db.tar.gz elgg-b40060fafaba46e2fb8800b2c2e557a8c6bde9db.tar.bz2 |
removed error_log call
-rw-r--r-- | views/default/object/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/object/image.php b/views/default/object/image.php index 9436c53b5..72b245d17 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -64,7 +64,7 @@ * *********************************************************************/ if (!$vars['full']) { -error_log('hello world!'); + ?> <div class="tidypics_album_images"> <?php |