]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Update views/default/forms/photos/admin/settings.php
authorrobtotoreb <robtotoreb@gmail.com>
Sat, 25 Feb 2012 21:53:10 +0000 (14:53 -0700)
committerrobtotoreb <robtotoreb@gmail.com>
Sat, 25 Feb 2012 21:53:10 +0000 (14:53 -0700)
views/default/forms/photos/admin/settings.php

index f4bafce7803a9ab64d70d598f0ef9abad321c25a..16d5eb0cef3ddc0ca6b9dc948565cee9ee5e3972 100644 (file)
@@ -42,7 +42,7 @@ echo elgg_view('input/dropdown', array(
 echo '</div>';
 echo '<div>';
 echo elgg_echo('tidypics:settings:im_path') . ' ';
-echo elgg_view("input/text", array('name' => 'params[im_path]', 'value' => $$plugin->im_path));
+echo elgg_view("input/text", array('name' => 'params[im_path]', 'value' => $plugin->im_path));
 echo '</div>';