diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | www/www-header.php | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 71bbe26..c797f56 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,10 @@ ChangeLog for SemantiScuttle ============================ +0.96.1 - 2010-02-09 +------------------- +- Fix bug #2948410: API is broken in 0.96.0 + 0.96.0 - 2010-02-08 ------------------- - Fix bug #2843523: ArtViper thumbnail license change 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 |