]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed the wire's previous ajax - the link class for the menu was lost in the conversi...
authorcash <cash.costello@gmail.com>
Mon, 20 Jun 2011 02:42:55 +0000 (22:42 -0400)
committercash <cash.costello@gmail.com>
Mon, 20 Jun 2011 02:42:55 +0000 (22:42 -0400)
mod/thewire/start.php

index 0e6bd77949c388c9cef0a85e0a1ffb1b870ccf29..2d66c475c85df3a23c2de734b1a73708f44c2715 100644 (file)
@@ -401,7 +401,7 @@ function thewire_setup_entity_menu_items($hook, $type, $value, $params) {
                        'text' => elgg_echo('thewire:previous'),
                        'href' => "thewire/previous/$entity->guid",
                        'priority' => 160,
-                       'class' => 'thewire-previous',
+                       'link_class' => 'thewire-previous',
                        'title' => elgg_echo('thewire:previous:help'),
                );
                $value[] = ElggMenuItem::factory($options);