]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Fix bug #3187177: Wrong URL / Export XML Bookmarks
authorChristian Weiske <cweiske@cweiske.de>
Tue, 15 Mar 2011 06:59:03 +0000 (07:59 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 15 Mar 2011 06:59:03 +0000 (07:59 +0100)
data/templates/editprofile.tpl.php
doc/ChangeLog

index b55d25002db6798bcf0dd5b03666c6250ea787a8..232b1d39675e3fdcaebacd4ae8cc4c5ef664646a 100644 (file)
@@ -58,7 +58,7 @@ $this->includeTemplate($GLOBALS['top_include']);
     <th align="left"><?php echo T_('Export bookmarks'); ?></th>
     <td>
        <a href="../api/export_html.php"><?php echo T_('HTML file (for browsers)')?></a> /
-       <a href="../api/posts/all"><?php echo T_('XML file (like del.icio.us)')?></a> / 
+       <a href="../api/posts_all.php"><?php echo T_('XML file (like del.icio.us)')?></a> / 
        <a href="../api/export_csv.php"><?php echo T_('CSV file (for spreadsheet tools)')?></a>
     </td>
 </tr>
index acfce255a6ff2291e7aa6bf15c10fc22690af1ed..6144a814c88751be0ce7c98e7a9f8ce6c3720196 100644 (file)
@@ -8,6 +8,7 @@ ChangeLog for SemantiScuttle
 - Implement patch #3059829: update FR_CA translation
 - Update php-gettext library to 1.0.10
 - api/posts/add respects the "replace" parameter now
+- Fix bug #3187177: Wrong URL / Export XML Bookmarks 
 
 
 0.97.2 - 2011-02-17