aboutsummaryrefslogtreecommitdiff
path: root/www/www-header.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-02-09 15:54:42 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-02-09 15:54:42 +0000
commit8a3e745378a0328bcbb82c2e76ea76c984ef3dee (patch)
tree5f1786e182327c0f3ff7356f329961b5b04133bf /www/www-header.php
parentc5c571082971a19ad0d9f92465907c905f0c7c5e (diff)
downloadsemanticscuttle-8a3e745378a0328bcbb82c2e76ea76c984ef3dee.tar.gz
semanticscuttle-8a3e745378a0328bcbb82c2e76ea76c984ef3dee.tar.bz2
Fix bug #2948410: API is broken in 0.96.0
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@649 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'www/www-header.php')
-rw-r--r--www/www-header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/www-header.php b/www/www-header.php
index 430cd9b..0688b71 100644
--- a/www/www-header.php
+++ b/www/www-header.php
@@ -15,5 +15,5 @@
* @license GPL http://www.gnu.org/licenses/gpl.html
* @link http://sourceforge.net/projects/semanticscuttle
*/
-require_once '../src/SemanticScuttle/header.php';
+require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php';
?> \ No newline at end of file