Skip to content

Commit

Permalink
fix helper inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
macolu committed Aug 5, 2011
1 parent f95e9b2 commit 2f43791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/vanilla/views/categories/all.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php if (!defined('APPLICATION')) exit();
include dirname(__FILE__).'/helper_functions.php';
include($this->FetchViewLocation('helper_functions', 'categories'));

$CatList = '';
$DoHeadings = C('Vanilla.Categories.DoHeadings');
Expand Down

0 comments on commit 2f43791

Please sign in to comment.