plugins/SpecialUserPrefs.php
changeset 315 f49e3c8b638c
parent 286 b2f985e4cef3
child 317 f8356d9c3481
--- a/plugins/SpecialUserPrefs.php	Mon Dec 03 18:45:37 2007 -0500
+++ b/plugins/SpecialUserPrefs.php	Tue Dec 11 19:15:26 2007 -0500
@@ -599,7 +599,7 @@
       $code = $plugins->setHook('userprefs_body');
       foreach ( $code as $cmd )
       {
-        if ( eval($code) )
+        if ( eval($cmd) )
           $good = true;
       }
       if ( !$good )