How to add a post class on every post. (on homepage)

function wpse80148_filter_post_class( $classes ) {
    if( is_home() || is_front_page() )
        $classes[] = 'span4';
    return $classes;
}
add_filter( 'post_class', 'wpse80148_filter_post_class' );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)