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 @@ ...@@ -14,7 +14,7 @@
// require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php'); // require_once(dirname(dirname(dirname(__FILE__))) . '/engine/start.php');
// Get view // Get view
$area1 = elgg_view('customindex/content', $vars); $area1 = elgg_view('customindex/content', array());
// Format // Format
$body = elgg_view_layout('one_column', $area1); $body = elgg_view_layout('one_column', $area1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment