From: Sem Date: Sun, 29 Jul 2012 01:42:51 +0000 (+0200) Subject: Erased unused variable. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f9e9c6cb5950ccf1d1d5396caa9dbb2803aacdad;p=lorea%2Felgg.git Erased unused variable. --- diff --git a/views/default/forms/photos/admin/settings/main.php b/views/default/forms/photos/admin/settings/main.php index c99b9d688..e893efc81 100644 --- a/views/default/forms/photos/admin/settings/main.php +++ b/views/default/forms/photos/admin/settings/main.php @@ -8,7 +8,6 @@ $plugin = $vars['plugin']; $checkboxes = array('tagging', 'view_count', 'uploader', 'exif', 'download_link'); foreach ($checkboxes as $checkbox) { echo '
'; - $checked = $plugin->$checkbox ? 'checked' : false; echo elgg_view('input/checkbox', array( 'name' => "params[$checkbox]", 'value' => true,