diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-24 01:46:08 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-24 01:46:08 +0000 |
commit | 2aa481c0ac877eacf643cd71c5701c1c271140da (patch) | |
tree | 8502b3be1c16cdbfa655ec96c2da378f7ed05cf9 /mod/invitefriends | |
parent | c667ce609dc3c1f9f071e39293f8c176d3e1c5dc (diff) | |
download | elgg-2aa481c0ac877eacf643cd71c5701c1c271140da.tar.gz elgg-2aa481c0ac877eacf643cd71c5701c1c271140da.tar.bz2 |
Fixes #2997 - href used instead of url in menu system
git-svn-id: http://code.elgg.org/elgg/trunk@8456 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/invitefriends')
-rw-r--r-- | mod/invitefriends/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/invitefriends/start.php b/mod/invitefriends/start.php index 9ab602d37..123ab7364 100644 --- a/mod/invitefriends/start.php +++ b/mod/invitefriends/start.php @@ -15,7 +15,7 @@ function invitefriends_init() { $params = array( 'name' => 'invite', 'text' => elgg_echo('friends:invite'), - 'url' => "pg/invite/", + 'href' => "pg/invite/", 'contexts' => array('friends'), ); elgg_register_menu_item('page', $params); |