aboutsummaryrefslogtreecommitdiff
path: root/www/ajax/getlinkedtags.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/ajax/getlinkedtags.php')
-rw-r--r--www/ajax/getlinkedtags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ajax/getlinkedtags.php b/www/ajax/getlinkedtags.php
index 621d1c4..6de272b 100644
--- a/www/ajax/getlinkedtags.php
+++ b/www/ajax/getlinkedtags.php
@@ -21,7 +21,7 @@
/* Return a json file with list of linked tags */
-require_once '../../src/SemanticScuttle/header.php';
+require_once '../www-header.php';
/* Service creation: only useful services are created */
$b2tservice =SemanticScuttle_Service_Factory::get('Bookmark2Tag');