]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Fix bug #3178597: Broken link to context in gsearch admin index page
authorChristian Weiske <cweiske@cweiske.de>
Mon, 14 Feb 2011 17:13:59 +0000 (18:13 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 14 Feb 2011 17:13:59 +0000 (18:13 +0100)
doc/ChangeLog
www/gsearch/index.php

index 60401d46fcae02bb505f893b1c5b441bda4a248e..ee74bc985f934b0c266cf33b5ab27bb02d6856ac 100644 (file)
@@ -13,6 +13,11 @@ ChangeLog for SemantiScuttle
 - api/posts/add respects the "replace" parameter now
 
 
+0.97.2 - 2011-02-XX
+-------------------
+- Fix bug #3178597: Broken link to context in gsearch admin index page
+
+
 0.97.1 - 2010-09-30
 -------------------
 This is a security release! We do highly recommend to update
index 585536aed4a03657f0e5b07d02b8e5da6c28fef6..70be05e961eb393d306c81d4d88c3ae8ef536c51 100644 (file)
@@ -31,7 +31,9 @@ if($GLOBALS['enableGoogleCustomSearch']==false) {
        echo '<p><small>';
        echo T_('Admin tips: ');
        echo T_('To refresh manually Google Custom Search Engine, goes to: ');
-       echo '<a href="http://www.google.com/coop/cse/cref?cref='.ROOT.'search/context.php">http://www.google.com/coop/cse/cref</a><br/>';
+       echo '<a href="http://www.google.com/coop/cse/cref?cref='
+        . ROOT . 'gsearch/context.php">http://www.google.com/coop/cse/cref</a>'
+        . '<br/>';
        echo T_('If no result appears, check that all the urls are valid in the admin section.');
        echo '</small></p>';