Ignore:
Timestamp:
Jul 27, 2012, 4:47:29 PM (12 years ago)
Author:
mistic100
Message:

rewrite all urls to be compatible with "question_mark_in_urls"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/include/UserCollection.class.php

    r16688 r17178  
    292292      'PUBLIC' => (bool)$this->data['public'],
    293293      'DATE_CREATION' => format_date($this->data['date_creation'], true),
    294       'U_PUBLIC' => get_absolute_root_url().USER_COLLEC_PUBLIC . 'view/'.$this->data['public_id'],
     294      'U_PUBLIC' => get_absolute_root_url().'collection/view/'.$this->data['public_id'],
    295295      'IS_TEMP' =>  $this->data['name'] == 'temp',
    296296      );
Note: See TracChangeset for help on using the changeset viewer.