]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Corrected misspelt classname.
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 15 Mar 2010 15:51:29 +0000 (15:51 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 15 Mar 2010 15:51:29 +0000 (15:51 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5408 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/profile/defaultprofile.php

index daba723e3efe4aa6d7e1f5d02b608188c996f6c8..55638ba0294152cd4ce0abb1dbc65010c4732d6e 100644 (file)
@@ -39,7 +39,7 @@ while ($translation = get_plugin_setting("admin_defined_profile_$n", 'profile'))
 
 $listing .= "<div class='default_profile_reset'>" . elgg_view('input/form', 
        array(
-               'body' => elgg_view('input/submit', array('value' => elgg_echo('profile:resetdefault'),'class' => 'action_button disable')), 
+               'body' => elgg_view('input/submit', array('value' => elgg_echo('profile:resetdefault'),'class' => 'action_button disabled')), 
                'action' => $CONFIG->wwwroot . 'action/profile/editdefault/reset'
        )
 ) . "</div>";