From bb1f45eb02bac603d67ac08cb674c4050a245c28 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 30 Oct 2010 22:23:45 +0000 Subject: Refs #2598: Converted most $vars['url'] to elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/diagnostics/views/default/diagnostics/runalltests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/diagnostics') diff --git a/mod/diagnostics/views/default/diagnostics/runalltests.php b/mod/diagnostics/views/default/diagnostics/runalltests.php index c4c831fcd..8baf3eee0 100644 --- a/mod/diagnostics/views/default/diagnostics/runalltests.php +++ b/mod/diagnostics/views/default/diagnostics/runalltests.php @@ -7,5 +7,5 @@ $form_body .= elgg_view('input/submit', array('internalname' => 'execute', 'value' => elgg_echo('diagnostics:test:executeall'))); - echo elgg_view('input/form', array('action' => $vars['url'] . "pg/diagnostics/tests/all", 'body' => $form_body)); + echo elgg_view('input/form', array('action' => elgg_get_site_url() . "pg/diagnostics/tests/all", 'body' => $form_body)); ?> \ No newline at end of file -- cgit v1.2.3