diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-09 02:04:44 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-09 02:04:44 +0000 |
commit | 677e7bb10ffa29db5100b93d767ae9f89fbdd0b7 (patch) | |
tree | 41a97d1e16f656bd62492f1a7620cdbf5e5ff9bc /mod/messageboard/views | |
parent | 323494150a668b4e5f7bb05043b49ebfd93b00e8 (diff) | |
download | elgg-677e7bb10ffa29db5100b93d767ae9f89fbdd0b7.tar.gz elgg-677e7bb10ffa29db5100b93d767ae9f89fbdd0b7.tar.bz2 |
forgot this file in the commit where the ajax loader graphics view is moved
git-svn-id: http://code.elgg.org/elgg/trunk@7572 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/messageboard/views')
-rw-r--r-- | mod/messageboard/views/default/widgets/messageboard/content.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messageboard/views/default/widgets/messageboard/content.php b/mod/messageboard/views/default/widgets/messageboard/content.php index 305a6980f..fbf6cb776 100644 --- a/mod/messageboard/views/default/widgets/messageboard/content.php +++ b/mod/messageboard/views/default/widgets/messageboard/content.php @@ -26,7 +26,7 @@ if (isloggedin()) { //display the ajax loading gif at the start of the function call //$('#loader').html('<img src="<?php echo elgg_get_site_url(); ?>_graphics/ajax-loader.gif" />'); - $('#loader').html('<?php echo elgg_view('ajax/loader',array('slashes' => TRUE)); ?>'); + $('#loader').html('<?php echo elgg_view('graphics/ajax_loader', array('slashes' => TRUE)); ?>'); //load the results back into the message board contents and remove the loading gif //remember that the actual div being populated is determined on views/default/messageboard/messageboard.php |