Skip to content

Commit

Permalink
Merge pull request vanilla#1052 from real-chocopanda/fix-category-view
Browse files Browse the repository at this point in the history
fix helper_functions inclusion in categories/all.php
  • Loading branch information
linc committed Sep 16, 2011
2 parents cd7a30f + 2f43791 commit 9e5a3a7
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 9e5a3a7

Please sign in to comment.