Skip to content
Snippets Groups Projects
Commit 4a74bfed authored by Brett Bieber's avatar Brett Bieber
Browse files

Fix Undefined variable: vars

parent 6af1adbf
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
// require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php');
// Get view
$area1 = elgg_view('customindex/content', $vars);
$area1 = elgg_view('customindex/content', array());
// Format
$body = elgg_view_layout('one_column', $area1);
......@@ -24,4 +24,4 @@
// Draw page
echo page_draw(elgg_echo(' Huskers Around The World'), $body);
?>
\ No newline at end of file
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment