Skip to content

Commit

Permalink
fix for issue #283
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianka Martinovic committed Jun 15, 2016
1 parent d6b31a0 commit 257f057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/framework/CAT/Helper/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ public static function getBackendFooters()
if (file_exists($file))
{
self::getInstance()->log()->logDebug(sprintf('adding footer items for admin tool [%s]', $_REQUEST['tool']));
self::_load_footers_inc($file, 'backend', 'templates/' . $tpl);
self::_load_footers_inc($file, 'backend', 'modules/' . $tool);
}
}
}
Expand Down

0 comments on commit 257f057

Please sign in to comment.