Changeset 8 in bookmarks


Ignore:
Timestamp:
03/23/12 23:55:45 (12 years ago)
Author:
peter
Message:

pass the canonical base URI to Bookmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BookmarkApp.pm

    r7 r8  
    2222my $bookmarks = Bookmarks->new({ 
    2323    dbh => $dbh, 
    24     base_uri => $base_uri, 
     24    base_uri => $base_uri->canonical, 
    2525}); 
    2626 
Note: See TracChangeset for help on using the changeset viewer.