Skip to content

Commit

Permalink
Fix - Missing path info in manager
Browse files Browse the repository at this point in the history
  • Loading branch information
yama committed Jul 11, 2012
1 parent c82843f commit 36106b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetField.tpl
Expand Up @@ -55,7 +55,7 @@ $gfIntTopDocId = (isset($topid) && is_int((int) $topid)) ? $topid : 0;
----------------------------------------------- */

# Include logic
include_once('assets/snippets/getfield/getfield.inc.php');
include_once($modx->config['base_path'] . 'assets/snippets/getfield/getfield.inc.php');

# Get parent document ID
if ($gfBoolParent)
Expand Down

0 comments on commit 36106b6

Please sign in to comment.